CVE & CISA-KEV Catalog

CVE-2024-26906

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() When trying to use copy_from_kernel_nofault() to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address: ffffffffff600000 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 3231067 P4D 3231067 PUD 3233067 PMD 3235067 PTE 0 Oops: 0000 [#1] PREEMPT SMP PTI CPU: 1 PID: 20390 Comm: test_progs ...... 6.7.0+ #58 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996) ...... RIP: 0010:copy_from_kernel_nofault+0x6f/0x110 ...... Call Trace: <TASK> ? copy_from_kernel_nofault+0x6f/0x110 bpf_probe_read_kernel+0x1d/0x50 bpf_prog_2061065e56845f08_do_probe_read+0x51/0x8d trace_call_bpf+0xc5/0x1c0 perf_call_bpf_enter.isra.0+0x69/0xb0 perf_syscall_enter+0x13e/0x200 syscall_trace_enter+0x188/0x1c0 do_syscall_64+0xb5/0xe0 entry_SYSCALL_64_after_hwframe+0x6e/0x76 </TASK> ...... ---[ end trace 0000000000000000 ]--- The oops is triggered when: 1) A bpf program uses bpf_probe_read_kernel() to read from the vsyscall page and invokes copy_from_kernel_nofault() which in turn calls __get_user_asm(). 2) Because the vsyscall page address is not readable from kernel space, a page fault exception is triggered accordingly. 3) handle_page_fault() considers the vsyscall page address as a user space address instead of a kernel space address. This results in the fix-up setup by bpf not being applied and a page_fault_oops() is invoked due to SMAP. Considering handle_page_fault() has already considered the vsyscall page address as a userspace address, fix the problem by disallowing vsyscall page read for copy_from_kernel_nofault().

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-26906
Fixed in:6.1.85-1CVE-2024-26906
Fixed in:6.7.12-1CVE-2024-26906
Fixed in:6.7.12-1CVE-2024-26906
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftoolRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.0.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:7.3.0-427.44.1.el9_4RHSA-2024:9546
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernelRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64kRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-cross-headersRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-develRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-develRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-docRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-develRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.rt7.349.el8_10RHSA-2024:4352
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.rt14.377.el9_2RHSA-2024:9498
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-toolsRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
perf-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:4.18.0-553.8.1.el8_10RHSA-2024:4211
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
rtlaRocky
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-284.92.1.el9_2RHSA-2024:9497
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
rvRocky
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
rvRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
Fixed in:0:5.14.0-427.44.1.el9_4RHSA-2024:9546
linuxUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-awsUbuntu
Fixed in:5.15.0-1063.69USN-6821-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
linux-azureUbuntu
Fixed in:5.15.0-1066.75USN-6821-4
linux-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-gcpUbuntu
Fixed in:5.15.0-1062.70USN-6820-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
linux-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-gkeopUbuntu
Fixed in:5.15.0-1046.53USN-6821-2
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-ibmUbuntu
Fixed in:5.15.0-1056.59USN-6821-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-image-5.15.0-1030-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1030.34USN-6820-1
linux-image-5.15.0-1046-gkeopUbuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
Fixed in:5.15.0-1046.53USN-6821-2
linux-image-5.15.0-1056-ibmUbuntu
Fixed in:5.15.0-1056.59USN-6821-1
linux-image-5.15.0-1057-ibmUbuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-image-5.15.0-1058-intel-iotgUbuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
Fixed in:5.15.0-1058.64USN-6821-1
linux-image-5.15.0-1058-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-image-5.15.0-1060-kvmUbuntu
Fixed in:5.15.0-1060.65USN-6821-2
linux-image-5.15.0-1061-oracleUbuntu
Fixed in:5.15.0-1061.67USN-6821-1
linux-image-5.15.0-1062-gcpUbuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
Fixed in:5.15.0-1062.70USN-6820-1
linux-image-5.15.0-1063-awsUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
Fixed in:5.15.0-1063.69USN-6821-3
linux-image-5.15.0-1065-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-image-5.15.0-1066-azureUbuntu
Fixed in:5.15.0-1066.75USN-6821-4
linux-image-5.15.0-110-lowlatencyUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-110-lowlatency-64kUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-112-genericUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-64kUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-lpaeUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-113-genericUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-64kUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-lpaeUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-awsUbuntu
Fixed in:5.15.0.1063.69~20.04.1USN-6821-3
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1063.63USN-6821-3
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1065.74.43USN-6821-4
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1066.64USN-6821-4
linux-image-gcpUbuntu
Fixed in:5.15.0.1062.70~20.04.1USN-6820-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1062.58USN-6820-1
linux-image-genericUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-lpaeUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gkeopUbuntu
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1046.53~20.04.1USN-6821-2
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-ibmUbuntu
Fixed in:5.15.0.1057.60~20.04.1USN-6892-1
Fixed in:5.15.0.1056.52USN-6821-1
linux-image-intelUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
Fixed in:5.15.0.1058.58USN-6821-1
linux-image-kvmUbuntu
Fixed in:5.15.0.1060.56USN-6821-2
linux-image-lowlatencyUbuntu
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1061.57USN-6821-1
linux-image-raspiUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-virtualUbuntu
Fixed in:5.15.0.112.112USN-6820-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.15.0.1030.34USN-6820-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1058.64USN-6821-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
linux-kvmUbuntu
Fixed in:5.15.0-1060.65USN-6821-2
linux-lowlatencyUbuntu
Fixed in:5.15.0-110.120USN-6820-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-oracleUbuntu
Fixed in:5.15.0-1061.67USN-6821-1
linux-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1030.34USN-6820-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.25%probability of exploitation in 30 days
17thpercentile

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

References

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

Markdown

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

HTML

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