CVE & CISA-KEV Catalog

CVE-2024-35899

MEDIUM
6.1
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: flush pending destroy work before exit_net release Similar to 2c9f0293280e ("netfilter: nf_tables: flush pending destroy work before netlink notifier") to address a race between exit_net and the destroy workqueue. The trace below shows an element to be released via destroy workqueue while exit_net path (triggered via module removal) has already released the set that is used in such transaction. [ 1360.547789] BUG: KASAN: slab-use-after-free in nf_tables_trans_destroy_work+0x3f5/0x590 [nf_tables] [ 1360.547861] Read of size 8 at addr ffff888140500cc0 by task kworker/4:1/152465 [ 1360.547870] CPU: 4 PID: 152465 Comm: kworker/4:1 Not tainted 6.8.0+ #359 [ 1360.547882] Workqueue: events nf_tables_trans_destroy_work [nf_tables] [ 1360.547984] Call Trace: [ 1360.547991] <TASK> [ 1360.547998] dump_stack_lvl+0x53/0x70 [ 1360.548014] print_report+0xc4/0x610 [ 1360.548026] ? __virt_addr_valid+0xba/0x160 [ 1360.548040] ? __pfx__raw_spin_lock_irqsave+0x10/0x10 [ 1360.548054] ? nf_tables_trans_destroy_work+0x3f5/0x590 [nf_tables] [ 1360.548176] kasan_report+0xae/0xe0 [ 1360.548189] ? nf_tables_trans_destroy_work+0x3f5/0x590 [nf_tables] [ 1360.548312] nf_tables_trans_destroy_work+0x3f5/0x590 [nf_tables] [ 1360.548447] ? __pfx_nf_tables_trans_destroy_work+0x10/0x10 [nf_tables] [ 1360.548577] ? _raw_spin_unlock_irq+0x18/0x30 [ 1360.548591] process_one_work+0x2f1/0x670 [ 1360.548610] worker_thread+0x4d3/0x760 [ 1360.548627] ? __pfx_worker_thread+0x10/0x10 [ 1360.548640] kthread+0x16b/0x1b0 [ 1360.548653] ? __pfx_kthread+0x10/0x10 [ 1360.548665] ret_from_fork+0x2f/0x50 [ 1360.548679] ? __pfx_kthread+0x10/0x10 [ 1360.548690] ret_from_fork_asm+0x1a/0x30 [ 1360.548707] </TASK> [ 1360.548719] Allocated by task 192061: [ 1360.548726] kasan_save_stack+0x20/0x40 [ 1360.548739] kasan_save_track+0x14/0x30 [ 1360.548750] __kasan_kmalloc+0x8f/0xa0 [ 1360.548760] __kmalloc_node+0x1f1/0x450 [ 1360.548771] nf_tables_newset+0x10c7/0x1b50 [nf_tables] [ 1360.548883] nfnetlink_rcv_batch+0xbc4/0xdc0 [nfnetlink] [ 1360.548909] nfnetlink_rcv+0x1a8/0x1e0 [nfnetlink] [ 1360.548927] netlink_unicast+0x367/0x4f0 [ 1360.548935] netlink_sendmsg+0x34b/0x610 [ 1360.548944] ____sys_sendmsg+0x4d4/0x510 [ 1360.548953] ___sys_sendmsg+0xc9/0x120 [ 1360.548961] __sys_sendmsg+0xbe/0x140 [ 1360.548971] do_syscall_64+0x55/0x120 [ 1360.548982] entry_SYSCALL_64_after_hwframe+0x55/0x5d [ 1360.548994] Freed by task 192222: [ 1360.548999] kasan_save_stack+0x20/0x40 [ 1360.549009] kasan_save_track+0x14/0x30 [ 1360.549019] kasan_save_free_info+0x3b/0x60 [ 1360.549028] poison_slab_object+0x100/0x180 [ 1360.549036] __kasan_slab_free+0x14/0x30 [ 1360.549042] kfree+0xb6/0x260 [ 1360.549049] __nft_release_table+0x473/0x6a0 [nf_tables] [ 1360.549131] nf_tables_exit_net+0x170/0x240 [nf_tables] [ 1360.549221] ops_exit_list+0x50/0xa0 [ 1360.549229] free_exit_list+0x101/0x140 [ 1360.549236] unregister_pernet_operations+0x107/0x160 [ 1360.549245] unregister_pernet_subsys+0x1c/0x30 [ 1360.549254] nf_tables_module_exit+0x43/0x80 [nf_tables] [ 1360.549345] __do_sys_delete_module+0x253/0x370 [ 1360.549352] do_syscall_64+0x55/0x120 [ 1360.549360] entry_SYSCALL_64_after_hwframe+0x55/0x5d (gdb) list *__nft_release_table+0x473 0x1e033 is in __nft_release_table (net/netfilter/nf_tables_api.c:11354). 11349 list_for_each_entry_safe(flowtable, nf, &table->flowtables, list) { 11350 list_del(&flowtable->list); 11351 nft_use_dec(&table->use); 11352 nf_tables_flowtable_destroy(flowtable); 11353 } 11354 list_for_each_entry_safe(set, ns, &table->sets, list) { 11355 list_del(&set->list); 11356 nft_use_dec(&table->use); 11357 if (set->flags & (NFT_SET_MAP | NFT_SET_OBJECT)) 11358 nft_map_deactivat ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-35899
Fixed in:6.1.85-1CVE-2024-35899
Fixed in:6.8.9-1CVE-2024-35899
Fixed in:6.8.9-1CVE-2024-35899
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.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
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.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
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.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.3.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:7.0.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64kRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-develRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-cross-headersRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-docRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-headersRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-284.75.1.rt14.360.el9_2RHSA-2024:4831
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.rt14.360.el9_2RHSA-2024:4831
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperfRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
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-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rtlaRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-284.75.1.el9_2RHSA-2024:4823
rvRocky
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
Fixed in:0:5.14.0-427.31.1.el9_4RHSA-2024:5363
linuxUbuntu
Fixed in:5.4.0-189.209USN-6896-1
Fixed in:5.15.0-116.126USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-awsUbuntu
Fixed in:5.4.0-1128.138USN-6896-5
Fixed in:5.15.0-1065.71USN-6898-3
Fixed in:6.8.0-1011.12USN-6893-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
linux-azureUbuntu
Fixed in:5.4.0-1133.140USN-6896-1
Fixed in:5.15.0-1068.77USN-6917-1
Fixed in:6.8.0-1010.10USN-6893-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-1133.140~18.04.1USN-6896-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-gcpUbuntu
Fixed in:5.4.0-1132.141USN-6896-1
Fixed in:5.15.0-1064.72USN-6898-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
linux-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
linux-ibmUbuntu
Fixed in:5.4.0-1075.80USN-6896-1
Fixed in:5.15.0-1058.61USN-6898-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1048-gkeopUbuntu
Fixed in:5.15.0-1048.55~20.04.1USN-6898-1
Fixed in:5.15.0-1048.55USN-6898-1
linux-image-5.15.0-1058-ibmUbuntu
Fixed in:5.15.0-1058.61~20.04.1USN-6898-2
Fixed in:5.15.0-1058.61USN-6898-1
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-intel-iotgUbuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
Fixed in:5.15.0-1060.66USN-6898-1
linux-image-5.15.0-1060-nvidiaUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1060-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1060.61USN-6898-1
linux-image-5.15.0-1062-gkeUbuntu
Fixed in:5.15.0-1062.68USN-6898-1
linux-image-5.15.0-1062-kvmUbuntu
Fixed in:5.15.0-1062.67USN-6898-1
linux-image-5.15.0-1063-oracleUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
Fixed in:5.15.0-1063.69USN-6898-1
linux-image-5.15.0-1064-gcpUbuntu
Fixed in:5.15.0-1064.72USN-6898-1
linux-image-5.15.0-1065-awsUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6898-4
Fixed in:5.15.0-1065.71USN-6898-3
linux-image-5.15.0-1065-gcpUbuntu
Fixed in:5.15.0-1065.73~20.04.1USN-6927-1
linux-image-5.15.0-1068-azureUbuntu
Fixed in:5.15.0-1068.77~20.04.1USN-6917-1
Fixed in:5.15.0-1068.77USN-6917-1
linux-image-5.15.0-1068-azure-fdeUbuntu
Fixed in:5.15.0-1068.77~20.04.1.1USN-6917-1
Fixed in:5.15.0-1068.77.1USN-6917-1
linux-image-5.15.0-116-genericUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-generic-lpaeUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-3
Fixed in:5.15.0-116.126USN-6898-1
linux-image-5.15.0-116-lowlatencyUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.15.0-116-lowlatency-64kUbuntu
Fixed in:5.15.0-116.126~20.04.1USN-6898-2
Fixed in:5.15.0-116.126USN-6898-2
linux-image-5.4.0-1040-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-image-5.4.0-1047-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
linux-image-5.4.0-1075-ibmUbuntu
Fixed in:5.4.0-1075.80~18.04.1USN-6896-1
Fixed in:5.4.0-1075.80USN-6896-1
linux-image-5.4.0-1088-bluefieldUbuntu
Fixed in:5.4.0-1088.95USN-6896-1
linux-image-5.4.0-1095-gkeopUbuntu
Fixed in:5.4.0-1095.99USN-6896-1
linux-image-5.4.0-1112-raspiUbuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
Fixed in:5.4.0-1112.124USN-6896-4
linux-image-5.4.0-1116-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
linux-image-5.4.0-1127-oracleUbuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
Fixed in:5.4.0-1127.136USN-6896-3
linux-image-5.4.0-1128-awsUbuntu
Fixed in:5.4.0-1128.138~18.04.1USN-6896-5
Fixed in:5.4.0-1128.138USN-6896-5
linux-image-5.4.0-1132-gcpUbuntu
Fixed in:5.4.0-1132.141~18.04.1USN-6896-1
Fixed in:5.4.0-1132.141USN-6896-1
linux-image-5.4.0-1133-azureUbuntu
Fixed in:5.4.0-1133.140~18.04.1USN-6896-1
Fixed in:5.4.0-1133.140USN-6896-1
linux-image-5.4.0-189-genericUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-generic-lpaeUbuntu
Fixed in:5.4.0-189.209USN-6896-1
linux-image-5.4.0-189-lowlatencyUbuntu
Fixed in:5.4.0-189.209~18.04.1USN-6896-2
Fixed in:5.4.0-189.209USN-6896-1
linux-image-6.8.0-1006-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-6.8.0-1007-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-6.8.0-1007-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-6.8.0-1008-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oemUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1008-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1009-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1009-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1010-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-6.8.0-1011-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-6.8.0-38-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-6.8.0-38-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-awsUbuntu
Fixed in:5.4.0.1128.138~18.04.1USN-6896-5
Fixed in:5.15.0.1065.71~20.04.1USN-6898-4
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1128.125USN-6896-5
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1065.65USN-6898-3
linux-image-azureUbuntu
Fixed in:5.4.0.1133.140~18.04.1USN-6896-1
Fixed in:5.15.0.1068.77~20.04.1USN-6917-1
Fixed in:6.8.0-1010.10USN-6893-1
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-1010.10USN-6893-1
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1068.77.45USN-6917-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1133.127USN-6896-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1068.66USN-6917-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1088.84USN-6896-1
linux-image-gcpUbuntu
Fixed in:5.4.0.1132.141~18.04.1USN-6896-1
Fixed in:5.15.0.1065.73~20.04.1USN-6927-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1132.134USN-6896-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1064.60USN-6898-1
linux-image-genericUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-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-38.38USN-6893-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-gkeUbuntu
Fixed in:5.15.0.1062.61USN-6898-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1062.61USN-6898-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1095.93USN-6896-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1048.55~20.04.1USN-6898-1
Fixed in:5.15.0.1048.47USN-6898-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1095.93USN-6896-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1075.80~18.04.1USN-6896-1
Fixed in:5.15.0.1058.61~20.04.1USN-6898-2
Fixed in:5.15.0.1058.54USN-6898-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1075.104USN-6896-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-intelUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1060.66~20.04.1USN-6898-1
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1116.112USN-6896-1
Fixed in:5.15.0.1062.58USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.116.106USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-2
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1060.60USN-6898-1
linux-image-oemUbuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
Fixed in:5.4.0.189.187USN-6896-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1127.136~18.04.1USN-6896-2
Fixed in:5.15.0.1063.69~20.04.1USN-6898-2
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1127.120USN-6896-3
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1063.59USN-6898-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1112.142USN-6896-4
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1112.124~18.04.1USN-6896-4
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1112.142USN-6896-4
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtualUbuntu
Fixed in:5.4.0.189.187USN-6896-1
Fixed in:5.15.0.116.116USN-6898-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.189.209~18.04.1USN-6896-2
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.116.126~20.04.1USN-6898-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1047.47USN-6896-3
Fixed in:5.15.0.1035.39USN-7019-1
linux-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1060.66USN-6898-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1060.66~20.04.1USN-6898-1
linux-iotUbuntu
Fixed in:5.4.0-1040.41USN-6896-5
linux-kvmUbuntu
Fixed in:5.4.0-1116.123USN-6896-1
Fixed in:5.15.0-1062.67USN-6898-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-116.126USN-6898-2
Fixed in:6.8.0-38.38.1USN-6893-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
Fixed in:6.8.0-1009.9USN-6893-2
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-oracleUbuntu
Fixed in:5.4.0-1127.136USN-6896-3
Fixed in:5.15.0-1063.69USN-6898-1
Fixed in:6.8.0-1008.8USN-6918-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6898-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1127.136~18.04.1USN-6896-2
linux-raspiUbuntu
Fixed in:5.4.0-1112.124USN-6896-4
Fixed in:5.15.0-1058.61USN-6919-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1112.124~18.04.1USN-6896-4
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1047.51USN-6896-3
Fixed in:5.15.0-1035.39USN-7019-1

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityLow
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.18%probability of exploitation in 30 days
8thpercentile

Low risk: more likely to be exploited than 8% 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-35899
CVE-2024-35899 severity badge

Markdown

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

HTML

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