CVE & CISA-KEV Catalog

CVE-2024-26960

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mm: swap: fix race between free_swap_and_cache() and swapoff() There was previously a theoretical window where swapoff() could run and teardown a swap_info_struct while a call to free_swap_and_cache() was running in another thread. This could cause, amongst other bad possibilities, swap_page_trans_huge_swapped() (called by free_swap_and_cache()) to access the freed memory for swap_map. This is a theoretical problem and I haven't been able to provoke it from a test case. But there has been agreement based on code review that this is possible (see link below). Fix it by using get_swap_device()/put_swap_device(), which will stall swapoff(). There was an extra check in _swap_info_get() to confirm that the swap entry was not free. This isn't present in get_swap_device() because it doesn't make sense in general due to the race between getting the reference and swapoff. So I've added an equivalent check directly in free_swap_and_cache(). Details of how to provoke one possible issue (thanks to David Hildenbrand for deriving this): --8<----- __swap_entry_free() might be the last user and result in "count == SWAP_HAS_CACHE". swapoff->try_to_unuse() will stop as soon as soon as si->inuse_pages==0. So the question is: could someone reclaim the folio and turn si->inuse_pages==0, before we completed swap_page_trans_huge_swapped(). Imagine the following: 2 MiB folio in the swapcache. Only 2 subpages are still references by swap entries. Process 1 still references subpage 0 via swap entry. Process 2 still references subpage 1 via swap entry. Process 1 quits. Calls free_swap_and_cache(). -> count == SWAP_HAS_CACHE [then, preempted in the hypervisor etc.] Process 2 quits. Calls free_swap_and_cache(). -> count == SWAP_HAS_CACHE Process 2 goes ahead, passes swap_page_trans_huge_swapped(), and calls __try_to_reclaim_swap(). __try_to_reclaim_swap()->folio_free_swap()->delete_from_swap_cache()-> put_swap_folio()->free_swap_slot()->swapcache_free_entries()-> swap_entry_free()->swap_range_free()-> ... WRITE_ONCE(si->inuse_pages, si->inuse_pages - nr_entries); What stops swapoff to succeed after process 2 reclaimed the swap cache but before process1 finished its call to swap_page_trans_huge_swapped()? --8<-----

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-26960
Fixed in:6.1.85-1CVE-2024-26960
Fixed in:6.7.12-1CVE-2024-26960
Fixed in:6.7.12-1CVE-2024-26960
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftoolRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
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.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
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.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
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.4.0-503.11.1.el9_5RHSA-2024:9315
kernelRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-64kRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-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.55.1.el9_4RHSA-2025:1658
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-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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: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-headersRed 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-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.55.1.el9_4RHSA-2025:1658
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-docRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-headersRocky
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: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.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-coreRocky
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-coreRed 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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rtRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.55.1.el9_4RHSA-2025:1658
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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-libsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-uki-virt-addonsRocky
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-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
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
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
rtlaRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
rvRocky
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
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.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
awsUbuntu
Fixed in:4.4.0-1129LSN-0107-1
Fixed in:4.4.0-1159LSN-0108-1
Fixed in:4.15.0-1159LSN-0107-1
Fixed in:4.15.0-1159LSN-0108-1
Fixed in:5.4.0-1009LSN-0108-1
Fixed in:5.4.0-1009LSN-0107-1
Fixed in:5.15.0-1000LSN-0107-1
Fixed in:5.15.0-1000LSN-0108-1
Fixed in:6.8.0-1008LSN-0108-1
Fixed in:6.8.0-1008LSN-0107-1
aws-5.15Ubuntu
Fixed in:5.15.0-1000LSN-0107-1
aws-hweUbuntu
Fixed in:4.15.0-1126LSN-0108-1
Fixed in:4.15.0-1126LSN-0107-1
azureUbuntu
Fixed in:4.15.0-1114LSN-0107-1
Fixed in:4.15.0-1114LSN-0108-1
Fixed in:5.4.0-1010LSN-0108-1
Fixed in:5.4.0-1010LSN-0107-1
Fixed in:5.15.0-1000LSN-0108-1
Fixed in:5.15.0-1000LSN-0107-1
Fixed in:6.8.0-1007LSN-0107-1
Fixed in:6.8.0-1007LSN-0108-1
azure-4.15Ubuntu
Fixed in:4.15.0-1168LSN-0108-1
Fixed in:4.15.0-1168LSN-0107-1
azure-5.15Ubuntu
Fixed in:5.15.0-1069LSN-0107-1
gcpUbuntu
Fixed in:4.15.0-1118LSN-0108-1
Fixed in:4.15.0-1118LSN-0107-1
Fixed in:5.4.0-1009LSN-0107-1
Fixed in:5.4.0-1009LSN-0108-1
Fixed in:5.15.0-1000LSN-0107-1
Fixed in:5.15.0-1000LSN-0108-1
Fixed in:6.8.0-1007LSN-0107-1
Fixed in:6.8.0-1007LSN-0108-1
gcp-4.15Ubuntu
Fixed in:4.15.0-1154LSN-0107-1
Fixed in:4.15.0-1154LSN-0108-1
gcp-5.15Ubuntu
Fixed in:5.15.0-1000LSN-0107-1
generic-4.15Ubuntu
Fixed in:4.15.0-143LSN-0108-1
Fixed in:4.15.0-143LSN-0107-1
Fixed in:4.15.0-214LSN-0107-1
Fixed in:4.15.0-214LSN-0108-1
generic-4.4Ubuntu
Fixed in:4.4.0-168LSN-0107-1
Fixed in:4.4.0-168LSN-0108-1
Fixed in:4.4.0-211LSN-0107-1
Fixed in:4.4.0-243LSN-0108-1
generic-5.15Ubuntu
Fixed in:5.15.0-0LSN-0107-1
generic-5.4Ubuntu
Fixed in:5.4.0-150LSN-0107-1
Fixed in:5.4.0-150LSN-0108-1
Fixed in:5.4.0-26LSN-0107-1
Fixed in:5.4.0-26LSN-0108-1
gkeUbuntu
Fixed in:5.4.0-1033LSN-0107-1
Fixed in:5.15.0-1000LSN-0108-1
Fixed in:5.15.0-1000LSN-0107-1
gke-5.15Ubuntu
Fixed in:5.15.0-1000LSN-0107-1
gkeopUbuntu
Fixed in:5.4.0-1009LSN-0108-1
Fixed in:5.4.0-1009LSN-0107-1
ibmUbuntu
Fixed in:5.4.0-1009LSN-0107-1
Fixed in:5.4.0-1009LSN-0108-1
Fixed in:5.15.0-1000LSN-0108-1
Fixed in:5.15.0-1000LSN-0107-1
Fixed in:6.8.0-1005LSN-0108-1
Fixed in:6.8.0-1005LSN-0107-1
ibm-5.15Ubuntu
Fixed in:5.15.0-1000LSN-0107-1
linuxUbuntu
Fixed in:4.15.0-230.242USN-7069-1
Fixed in:5.4.0-198.218USN-7073-1
Fixed in:5.15.0-71LSN-0107-1
Fixed in:5.15.0-116.126USN-6898-1
Fixed in:5.15.0-71LSN-0108-1
Fixed in:6.8.0-1LSN-0107-1
Fixed in:6.8.0-35.35USN-6816-1
Fixed in:6.8.0-1LSN-0108-1
linux-awsUbuntu
Fixed in:4.15.0-1174.187USN-7069-1
Fixed in:5.4.0-1134.144USN-7073-1
Fixed in:5.15.0-1065.71USN-6898-3
Fixed in:6.8.0-1009.9USN-6817-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1134.144~18.04.1USN-7073-1
linux-aws-hweUbuntu
Fixed in:4.15.0-1174.187~16.04.1USN-7069-1
linux-azureUbuntu
Fixed in:4.15.0-1182.197~14.04.1USN-7069-2
Fixed in:4.15.0-1182.197~16.04.1USN-7069-2
Fixed in:5.4.0-1139.146USN-7073-2
Fixed in:5.15.0-1068.77USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-azure-4.15Ubuntu
Fixed in:4.15.0-1182.197USN-7069-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1139.146~18.04.1USN-7073-2
linux-azure-fdeUbuntu
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1094.101USN-7073-1
linux-gcpUbuntu
Fixed in:4.15.0-1167.184~16.04.2USN-7069-1
Fixed in:5.4.0-1138.147USN-7073-1
Fixed in:5.15.0-1064.72USN-6898-1
Fixed in:6.8.0-1008.9USN-6817-1
linux-gcp-4.15Ubuntu
Fixed in:4.15.0-1167.184USN-7069-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1138.147~18.04.1USN-7073-1
linux-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
Fixed in:6.8.0-1004.7USN-6817-3
linux-gkeopUbuntu
Fixed in:5.4.0-1101.105USN-7073-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
linux-hweUbuntu
Fixed in:4.15.0-230.242~16.04.1USN-7069-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-198.218~18.04.1USN-7073-1
linux-ibmUbuntu
Fixed in:5.4.0-1081.86USN-7073-1
Fixed in:5.15.0-1058.61USN-6898-1
Fixed in:6.8.0-1006.6USN-6816-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1081.86~18.04.1USN-7073-1
linux-image-4.15.0-1136-oracleUbuntu
Fixed in:4.15.0-1136.147~16.04.1USN-7069-1
Fixed in:4.15.0-1136.147USN-7069-1
linux-image-4.15.0-1157-kvmUbuntu
Fixed in:4.15.0-1157.162USN-7069-1
linux-image-4.15.0-1167-gcpUbuntu
Fixed in:4.15.0-1167.184~16.04.2USN-7069-1
Fixed in:4.15.0-1167.184USN-7069-1
linux-image-4.15.0-1174-awsUbuntu
Fixed in:4.15.0-1174.187~16.04.1USN-7069-1
Fixed in:4.15.0-1174.187USN-7069-1
linux-image-4.15.0-1182-azureUbuntu
Fixed in:4.15.0-1182.197~14.04.1USN-7069-2
Fixed in:4.15.0-1182.197~16.04.1USN-7069-2
Fixed in:4.15.0-1182.197USN-7069-1
linux-image-4.15.0-230-genericUbuntu
Fixed in:4.15.0-230.242~16.04.1USN-7069-1
Fixed in:4.15.0-230.242USN-7069-1
linux-image-4.15.0-230-lowlatencyUbuntu
Fixed in:4.15.0-230.242~16.04.1USN-7069-1
Fixed in:4.15.0-230.242USN-7069-1
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1048-gkeopUbuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-image-5.15.0-1058-ibmUbuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
Fixed in:5.15.0-1058.61USN-6898-1
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-intel-iotgUbuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
Fixed in:5.15.0-1060.66USN-6898-1
linux-image-5.15.0-1060-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1060-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1062-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
linux-image-5.15.0-1062-kvmUbuntu
Fixed in:5.15.0-1062.67USN-6898-1
linux-image-5.15.0-1063-oracleUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
Fixed in:5.15.0-1063.69USN-6898-1
linux-image-5.15.0-1064-gcpUbuntu
Fixed in:5.15.0-1064.72USN-6898-1
linux-image-5.15.0-1065-awsUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
Fixed in:5.15.0-1065.71USN-6898-3
linux-image-5.15.0-1065-gcpUbuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-image-5.15.0-1068-azureUbuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
Fixed in:5.15.0-1068.77USN-6917-1
linux-image-5.15.0-1068-azure-fdeUbuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-image-5.15.0-116-genericUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-lpaeUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-lowlatencyUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.15.0-116-lowlatency-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.4.0-1044-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-image-5.4.0-1053-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1053.57USN-7073-1
linux-image-5.4.0-1081-ibmUbuntu
Fixed in:5.4.0-1081.86~18.04.1USN-7073-1
Fixed in:5.4.0-1081.86USN-7073-1
linux-image-5.4.0-1094-bluefieldUbuntu
Fixed in:5.4.0-1094.101USN-7073-1
linux-image-5.4.0-1101-gkeopUbuntu
Fixed in:5.4.0-1101.105USN-7073-1
linux-image-5.4.0-1118-raspiUbuntu
Fixed in:5.4.0-1118.130~18.04.1USN-7073-1
Fixed in:5.4.0-1118.130USN-7073-1
linux-image-5.4.0-1122-kvmUbuntu
Fixed in:5.4.0-1122.130USN-7073-1
linux-image-5.4.0-1133-oracleUbuntu
Fixed in:5.4.0-1133.142~18.04.1USN-7073-1
Fixed in:5.4.0-1133.142USN-7073-1
linux-image-5.4.0-1134-awsUbuntu
Fixed in:5.4.0-1134.144~18.04.1USN-7073-1
Fixed in:5.4.0-1134.144USN-7073-1
linux-image-5.4.0-1138-gcpUbuntu
Fixed in:5.4.0-1138.147~18.04.1USN-7073-1
Fixed in:5.4.0-1138.147USN-7073-1
linux-image-5.4.0-1139-azureUbuntu
Fixed in:5.4.0-1139.146~18.04.1USN-7073-2
Fixed in:5.4.0-1139.146USN-7073-2
linux-image-5.4.0-198-genericUbuntu
Fixed in:5.4.0-198.218~18.04.1USN-7073-1
Fixed in:5.4.0-198.218USN-7073-1
linux-image-5.4.0-198-generic-lpaeUbuntu
Fixed in:5.4.0-198.218USN-7073-1
linux-image-5.4.0-198-lowlatencyUbuntu
Fixed in:5.4.0-198.218~18.04.1USN-7073-1
Fixed in:5.4.0-198.218USN-7073-1
linux-image-6.8.0-1004-gkeUbuntu
Fixed in:6.8.0-1004.7USN-6817-3
linux-image-6.8.0-1005-raspiUbuntu
Fixed in:6.8.0-1005.5USN-6816-1
linux-image-6.8.0-1006-ibmUbuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-6.8.0-1006-oemUbuntu
Fixed in:6.8.0-1006.6USN-6817-2
linux-image-6.8.0-1006-oracleUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-6.8.0-1006-oracle-64kUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-6.8.0-1008-azureUbuntu
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-6.8.0-1008-azure-fdeUbuntu
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-6.8.0-1008-gcpUbuntu
Fixed in:6.8.0-1008.9USN-6817-1
linux-image-6.8.0-1009-awsUbuntu
Fixed in:6.8.0-1009.9USN-6817-1
linux-image-6.8.0-35-genericUbuntu
Fixed in:6.8.0-35.35+1USN-6816-1
linux-image-6.8.0-35-generic-64kUbuntu
Fixed in:6.8.0-35.35+1USN-6816-1
linux-image-6.8.0-35-lowlatencyUbuntu
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-6.8.0-35-lowlatency-64kUbuntu
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-awsUbuntu
Fixed in:5.4.0.1134.144~18.04.1USN-7073-1
Fixed in:5.15.0.1065.71~20.04.1USN-6898-4
Fixed in:6.8.0-1009.9USN-6817-1
linux-image-aws-hweUbuntu
Fixed in:4.15.0.1174.187~16.04.1USN-7069-1
linux-image-aws-lts-18.04Ubuntu
Fixed in:4.15.0.1174.172USN-7069-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1134.131USN-7073-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1065.65USN-6898-3
linux-image-azureUbuntu
Fixed in:4.15.0.1182.197~14.04.1USN-7069-2
Fixed in:4.15.0.1182.197~16.04.1USN-7069-2
Fixed in:5.4.0.1139.146~18.04.1USN-7073-2
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1068.77~20.04.1.45USN-6917-1
Fixed in:6.8.0-1008.8USN-6817-3
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1068.77.45USN-6917-1
linux-image-azure-lts-18.04Ubuntu
Fixed in:4.15.0.1182.150USN-7069-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1139.133USN-7073-2
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1068.66USN-6917-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1094.90USN-7073-1
linux-image-gcpUbuntu
Fixed in:4.15.0.1167.184~16.04.2USN-7069-1
Fixed in:5.4.0.1138.147~18.04.1USN-7073-1
Fixed in:5.15.0.1065.73~20.04.1USN-6927-1
Fixed in:6.8.0-1008.9USN-6817-1
linux-image-gcp-lts-18.04Ubuntu
Fixed in:4.15.0.1167.180USN-7069-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1138.140USN-7073-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1064.60USN-6898-1
linux-image-genericUbuntu
Fixed in:4.15.0.230.214USN-7069-1
Fixed in:5.4.0.198.196USN-7073-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-hwe-16.04Ubuntu
Fixed in:4.15.0.230.242~16.04.1USN-7069-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.198.196USN-7073-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-gkeUbuntu
Fixed in:4.15.0.1167.184~16.04.2USN-7069-1
Fixed in:5.15.0.1062.61USN-6898-1
Fixed in:6.8.0-1004.7USN-6817-3
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1062.61USN-6898-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1101.99USN-7073-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1048.55~20.04.1USN-6898-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1101.99USN-7073-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1081.86~18.04.1USN-7073-1
Fixed in:5.15.0.1058.61~20.04.1USN-6898-2
Fixed in:5.15.0.1058.54USN-6898-1
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1081.110USN-7073-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1006.6USN-6816-1
linux-image-intelUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-kvmUbuntu
Fixed in:4.15.0.1157.148USN-7069-1
Fixed in:5.4.0.1122.118USN-7073-1
Fixed in:5.15.0.1062.58USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-lowlatencyUbuntu
Fixed in:4.15.0.230.214USN-7069-1
Fixed in:5.4.0.198.196USN-7073-1
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-lowlatency-hwe-16.04Ubuntu
Fixed in:4.15.0.230.242~16.04.1USN-7069-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-oemUbuntu
Fixed in:4.15.0.230.242~16.04.1USN-7069-1
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
Fixed in:5.4.0.198.196USN-7073-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1006.6+1USN-6817-2
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1006.6+1USN-6817-2
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
Fixed in:5.4.0.198.196USN-7073-1
linux-image-oracleUbuntu
Fixed in:4.15.0.1136.147~16.04.1USN-7069-1
Fixed in:5.4.0.1133.142~18.04.1USN-7073-1
Fixed in:5.15.0.1063.69~20.04.1USN-6898-2
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1006.6USN-6878-1
linux-image-oracle-lts-18.04Ubuntu
Fixed in:4.15.0.1136.141USN-7069-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1133.126USN-7073-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1063.59USN-6898-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1118.148USN-7073-1
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.8.0-1005.5USN-6816-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1118.130~18.04.1USN-7073-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1118.148USN-7073-1
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
linux-image-virtualUbuntu
Fixed in:4.15.0.230.214USN-7069-1
Fixed in:5.4.0.198.196USN-7073-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-35.35USN-6816-1
linux-image-virtual-hwe-16.04Ubuntu
Fixed in:4.15.0.230.242~16.04.1USN-7069-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.198.218~18.04.1USN-7073-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-35.35USN-6816-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1053.53USN-7073-1
Fixed in:5.15.0.1035.39USN-7019-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1060.66USN-6898-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
linux-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-kvmUbuntu
Fixed in:4.15.0-1157.162USN-7069-1
Fixed in:5.4.0-1122.130USN-7073-1
Fixed in:5.15.0-1062.67USN-6898-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-116.126USN-6898-2
Fixed in:6.8.0-35.35.1USN-6816-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
linux-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1006.6USN-6817-2
linux-oracleUbuntu
Fixed in:4.15.0-1136.147~16.04.1USN-7069-1
Fixed in:4.15.0-1136.147USN-7069-1
Fixed in:5.4.0-1133.142USN-7073-1
Fixed in:5.15.0-1063.69USN-6898-1
Fixed in:6.8.0-1006.6USN-6878-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1133.142~18.04.1USN-7073-1
linux-raspiUbuntu
Fixed in:5.4.0-1118.130USN-7073-1
Fixed in:5.15.0-1058.61USN-6919-1
Fixed in:6.8.0-1005.5USN-6816-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1118.130~18.04.1USN-7073-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1053.57USN-7073-1
Fixed in:5.15.0-1035.39USN-7019-1
lowlatency-4.15Ubuntu
Fixed in:4.15.0-143LSN-0108-1
Fixed in:4.15.0-143LSN-0107-1
Fixed in:4.15.0-214LSN-0108-1
Fixed in:4.15.0-214LSN-0107-1
lowlatency-4.4Ubuntu
Fixed in:4.4.0-168LSN-0107-1
Fixed in:4.4.0-168LSN-0108-1
Fixed in:4.4.0-243LSN-0108-1
Fixed in:4.4.0-211LSN-0107-1
lowlatency-5.15Ubuntu
Fixed in:5.15.0-0LSN-0107-1
lowlatency-5.4Ubuntu
Fixed in:5.4.0-150LSN-0108-1
Fixed in:5.4.0-150LSN-0107-1
Fixed in:5.4.0-26LSN-0108-1
Fixed in:5.4.0-26LSN-0107-1
oracleUbuntu
Fixed in:4.15.0-1129LSN-0108-1
Fixed in:4.15.0-1129LSN-0107-1
Fixed in:5.4.0-1121LSN-0107-1
Fixed in:5.4.0-1121LSN-0108-1
Fixed in:5.15.0-1055LSN-0108-1
Fixed in:5.15.0-1055LSN-0107-1
oracle-5.15Ubuntu
Fixed in:5.15.0-1055LSN-0107-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.18%probability of exploitation in 30 days
7thpercentile

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

References

Related Vulnerabilities

Other CWE-362 (Race Condition) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2024-6387High8.1100%-Fix
CVE-2023-36884High7.599%KEV + RansomFix
CVE-2018-15473Medium5.399%-Fix
CVE-2024-27983High8.287%-Fix
CVE-2014-0226Medium6.886%-Fix
CVE-2016-5195High7.084%KEVFix
Embed a live status badge for CVE-2024-26960
CVE-2024-26960 severity badge

Markdown

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

HTML

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