CVE & CISA-KEV Catalog

CVE-2022-49985

HIGH
7.1
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnum_range on array range checking for poke descriptors Hsin-Wei reported a KASAN splat triggered by their BPF runtime fuzzer which is based on a customized syzkaller: BUG: KASAN: slab-out-of-bounds in bpf_int_jit_compile+0x1257/0x13f0 Read of size 8 at addr ffff888004e90b58 by task syz-executor.0/1489 CPU: 1 PID: 1489 Comm: syz-executor.0 Not tainted 5.19.0 #1 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014 Call Trace: <TASK> dump_stack_lvl+0x9c/0xc9 print_address_description.constprop.0+0x1f/0x1f0 ? bpf_int_jit_compile+0x1257/0x13f0 kasan_report.cold+0xeb/0x197 ? kvmalloc_node+0x170/0x200 ? bpf_int_jit_compile+0x1257/0x13f0 bpf_int_jit_compile+0x1257/0x13f0 ? arch_prepare_bpf_dispatcher+0xd0/0xd0 ? rcu_read_lock_sched_held+0x43/0x70 bpf_prog_select_runtime+0x3e8/0x640 ? bpf_obj_name_cpy+0x149/0x1b0 bpf_prog_load+0x102f/0x2220 ? __bpf_prog_put.constprop.0+0x220/0x220 ? find_held_lock+0x2c/0x110 ? __might_fault+0xd6/0x180 ? lock_downgrade+0x6e0/0x6e0 ? lock_is_held_type+0xa6/0x120 ? __might_fault+0x147/0x180 __sys_bpf+0x137b/0x6070 ? bpf_perf_link_attach+0x530/0x530 ? new_sync_read+0x600/0x600 ? __fget_files+0x255/0x450 ? lock_downgrade+0x6e0/0x6e0 ? fput+0x30/0x1a0 ? ksys_write+0x1a8/0x260 __x64_sys_bpf+0x7a/0xc0 ? syscall_enter_from_user_mode+0x21/0x70 do_syscall_64+0x3b/0x90 entry_SYSCALL_64_after_hwframe+0x63/0xcd RIP: 0033:0x7f917c4e2c2d The problem here is that a range of tnum_range(0, map->max_entries - 1) has limited ability to represent the concrete tight range with the tnum as the set of resulting states from value + mask can result in a superset of the actual intended range, and as such a tnum_in(range, reg->var_off) check may yield true when it shouldn't, for example tnum_range(0, 2) would result in 00XX -> v = 0000, m = 0011 such that the intended set of {0, 1, 2} is here represented by a less precise superset of {0, 1, 2, 3}. As the register is known const scalar, really just use the concrete reg->var_off.value for the upper index check.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.140-1CVE-2022-49985
Fixed in:6.0.2-1CVE-2022-49985
Fixed in:6.0.2-1CVE-2022-49985
Fixed in:6.0.2-1CVE-2022-49985
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
bpftoolRocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:7.0.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernelRocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64kRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-develRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-coreRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debugRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-coreRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-develRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debuginfoRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-develRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-devel-matchedRocky
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-docRocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modulesRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-modules-extraRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-rtRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-develRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.rt7.415.el8_10RHSA-2025:15472
Fixed in:0:5.14.0-70.171.1.rt21.243.el9_0RHSA-2026:5732
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-toolsRocky
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-tools-libsRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
perfRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
perf-debuginfoRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perfRocky
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-305.179.1.el8_4RHSA-2025:22752
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-553.74.1.el8_10RHSA-2025:15471
Fixed in:0:4.18.0-372.164.1.el8_6RHSA-2025:18043
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:4.18.0-477.114.1.el8_8RHSA-2025:17570
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-70.171.1.el9_0RHSA-2026:5693
rtlaRocky
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458
Fixed in:0:5.14.0-284.11.1.el9_2RHSA-2023:2458

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
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.21%probability of exploitation in 30 days
11thpercentile

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

References

Related Vulnerabilities

Other CWE-125 (Out-of-bounds Read) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2014-0160High7.5100%KEVFix
CVE-2025-5777High7.5100%KEV + RansomFix
CVE-2021-4034High7.895%KEVFix
CVE-2023-21769High7.592%-Fix
CVE-2023-49285High8.689%-Fix
CVE-2020-8794Critical9.889%-Fix
Embed a live status badge for CVE-2022-49985
CVE-2022-49985 severity badge

Markdown

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

HTML

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