CVE & CISA-KEV Catalog

CVE-2025-38106

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo() syzbot reports: BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304 CPU: 0 UID: 0 PID: 304 Comm: a.out Not tainted 6.16.0-rc1 #1 PREEMPT(voluntary) Hardware name: QEMU Ubuntu 24.04 PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 Call Trace: <TASK> dump_stack_lvl+0x53/0x70 print_report+0xd0/0x670 ? __pfx__raw_spin_lock_irqsave+0x10/0x10 ? getrusage+0x1109/0x1a60 kasan_report+0xce/0x100 ? getrusage+0x1109/0x1a60 getrusage+0x1109/0x1a60 ? __pfx_getrusage+0x10/0x10 __io_uring_show_fdinfo+0x9fe/0x1790 ? ksys_read+0xf7/0x1c0 ? do_syscall_64+0xa4/0x260 ? vsnprintf+0x591/0x1100 ? __pfx___io_uring_show_fdinfo+0x10/0x10 ? __pfx_vsnprintf+0x10/0x10 ? mutex_trylock+0xcf/0x130 ? __pfx_mutex_trylock+0x10/0x10 ? __pfx_show_fd_locks+0x10/0x10 ? io_uring_show_fdinfo+0x57/0x80 io_uring_show_fdinfo+0x57/0x80 seq_show+0x38c/0x690 seq_read_iter+0x3f7/0x1180 ? inode_set_ctime_current+0x160/0x4b0 seq_read+0x271/0x3e0 ? __pfx_seq_read+0x10/0x10 ? __pfx__raw_spin_lock+0x10/0x10 ? __mark_inode_dirty+0x402/0x810 ? selinux_file_permission+0x368/0x500 ? file_update_time+0x10f/0x160 vfs_read+0x177/0xa40 ? __pfx___handle_mm_fault+0x10/0x10 ? __pfx_vfs_read+0x10/0x10 ? mutex_lock+0x81/0xe0 ? __pfx_mutex_lock+0x10/0x10 ? fdget_pos+0x24d/0x4b0 ksys_read+0xf7/0x1c0 ? __pfx_ksys_read+0x10/0x10 ? do_user_addr_fault+0x43b/0x9c0 do_syscall_64+0xa4/0x260 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7f0f74170fc9 Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 8 RSP: 002b:00007fffece049e8 EFLAGS: 00000206 ORIG_RAX: 0000000000000000 RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f0f74170fc9 RDX: 0000000000001000 RSI: 00007fffece049f0 RDI: 0000000000000004 RBP: 00007fffece05ad0 R08: 0000000000000000 R09: 00007fffece04d90 R10: 0000000000000000 R11: 0000000000000206 R12: 00005651720a1100 R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 </TASK> Allocated by task 298: kasan_save_stack+0x33/0x60 kasan_save_track+0x14/0x30 __kasan_slab_alloc+0x6e/0x70 kmem_cache_alloc_node_noprof+0xe8/0x330 copy_process+0x376/0x5e00 create_io_thread+0xab/0xf0 io_sq_offload_create+0x9ed/0xf20 io_uring_setup+0x12b0/0x1cc0 do_syscall_64+0xa4/0x260 entry_SYSCALL_64_after_hwframe+0x77/0x7f Freed by task 22: kasan_save_stack+0x33/0x60 kasan_save_track+0x14/0x30 kasan_save_free_info+0x3b/0x60 __kasan_slab_free+0x37/0x50 kmem_cache_free+0xc4/0x360 rcu_core+0x5ff/0x19f0 handle_softirqs+0x18c/0x530 run_ksoftirqd+0x20/0x30 smpboot_thread_fn+0x287/0x6c0 kthread+0x30d/0x630 ret_from_fork+0xef/0x1a0 ret_from_fork_asm+0x1a/0x30 Last potentially related work creation: kasan_save_stack+0x33/0x60 kasan_record_aux_stack+0x8c/0xa0 __call_rcu_common.constprop.0+0x68/0x940 __schedule+0xff2/0x2930 __cond_resched+0x4c/0x80 mutex_lock+0x5c/0xe0 io_uring_del_tctx_node+0xe1/0x2b0 io_uring_clean_tctx+0xb7/0x160 io_uring_cancel_generic+0x34e/0x760 do_exit+0x240/0x2350 do_group_exit+0xab/0x220 __x64_sys_exit_group+0x39/0x40 x64_sys_call+0x1243/0x1840 do_syscall_64+0xa4/0x260 entry_SYSCALL_64_after_hwframe+0x77/0x7f The buggy address belongs to the object at ffff88810de2cb00 which belongs to the cache task_struct of size 3712 The buggy address is located 1992 bytes inside of freed 3712-byte region [ffff88810de2cb00, ffff88810de2d980) which is caused by the task_struct pointed to by sq->thread being released while it is being used in the function __io_uring_show_fdinfo(). Holding ctx->uring_lock does not prevent ehre relase or exit of sq->thread. Fix this by assigning and looking up ->thread under RCU, and grabbing a reference to the task_struct. This e ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.35-1CVE-2025-38106
Fixed in:6.12.35-1CVE-2025-38106
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernelRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64kRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debugRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-develRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-modulesRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debugRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-modulesRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debuginfoRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-docRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-modulesRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modules-extraRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rtRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64kRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debugRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-toolsRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-tools-libsRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-uki-virtRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
libperfRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
libperf-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
perfRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
perfRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
perf-debuginfoRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
python3-perfRocky
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
rtlaRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
rvRocky
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-124.43.1.el10_1RHSA-2026:4012
Fixed in:0:6.12.0-55.62.1.el10_0RHSA-2026:3579
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-570.92.1.el9_6RHSA-2026:3088
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
Fixed in:0:5.14.0-611.38.1.el9_7RHSA-2026:3966
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-1012-oemUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-6.14.0-1012-realtimeUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-6.14.0-1013-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1013-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1016-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-1016-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-32-genericUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-32-generic-64kUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-oem-24.04Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04bUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.16%probability of exploitation in 30 days
5thpercentile

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

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2025-38106
CVE-2025-38106 severity badge

Markdown

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

HTML

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