CVE & CISA-KEV Catalog

CVE-2023-54251

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX. syzkaller found zero division error [0] in div_s64_rem() called from get_cycle_time_elapsed(), where sched->cycle_time is the divisor. We have tests in parse_taprio_schedule() so that cycle_time will never be 0, and actually cycle_time is not 0 in get_cycle_time_elapsed(). The problem is that the types of divisor are different; cycle_time is s64, but the argument of div_s64_rem() is s32. syzkaller fed this input and 0x100000000 is cast to s32 to be 0. @TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME={0xc, 0x8, 0x100000000} We use s64 for cycle_time to cast it to ktime_t, so let's keep it and set max for cycle_time. While at it, we prevent overflow in setup_txtime() and add another test in parse_taprio_schedule() to check if cycle_time overflows. Also, we add a new tdc test case for this issue. [0]: divide error: 0000 [#1] PREEMPT SMP KASAN NOPTI CPU: 1 PID: 103 Comm: kworker/1:3 Not tainted 6.5.0-rc1-00330-g60cc1f7d0605 #3 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014 Workqueue: ipv6_addrconf addrconf_dad_work RIP: 0010:div_s64_rem include/linux/math64.h:42 [inline] RIP: 0010:get_cycle_time_elapsed net/sched/sch_taprio.c:223 [inline] RIP: 0010:find_entry_to_transmit+0x252/0x7e0 net/sched/sch_taprio.c:344 Code: 3c 02 00 0f 85 5e 05 00 00 48 8b 4c 24 08 4d 8b bd 40 01 00 00 48 8b 7c 24 48 48 89 c8 4c 29 f8 48 63 f7 48 99 48 89 74 24 70 <48> f7 fe 48 29 d1 48 8d 04 0f 49 89 cc 48 89 44 24 20 49 8d 85 10 RSP: 0018:ffffc90000acf260 EFLAGS: 00010206 RAX: 177450e0347560cf RBX: 0000000000000000 RCX: 177450e0347560cf RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000100000000 RBP: 0000000000000056 R08: 0000000000000000 R09: ffffed10020a0934 R10: ffff8880105049a7 R11: ffff88806cf3a520 R12: ffff888010504800 R13: ffff88800c00d800 R14: ffff8880105049a0 R15: 0000000000000000 FS: 0000000000000000(0000) GS:ffff88806cf00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f0edf84f0e8 CR3: 000000000d73c002 CR4: 0000000000770ee0 PKRU: 55555554 Call Trace: <TASK> get_packet_txtime net/sched/sch_taprio.c:508 [inline] taprio_enqueue_one+0x900/0xff0 net/sched/sch_taprio.c:577 taprio_enqueue+0x378/0xae0 net/sched/sch_taprio.c:658 dev_qdisc_enqueue+0x46/0x170 net/core/dev.c:3732 __dev_xmit_skb net/core/dev.c:3821 [inline] __dev_queue_xmit+0x1b2f/0x3000 net/core/dev.c:4169 dev_queue_xmit include/linux/netdevice.h:3088 [inline] neigh_resolve_output net/core/neighbour.c:1552 [inline] neigh_resolve_output+0x4a7/0x780 net/core/neighbour.c:1532 neigh_output include/net/neighbour.h:544 [inline] ip6_finish_output2+0x924/0x17d0 net/ipv6/ip6_output.c:135 __ip6_finish_output+0x620/0xaa0 net/ipv6/ip6_output.c:196 ip6_finish_output net/ipv6/ip6_output.c:207 [inline] NF_HOOK_COND include/linux/netfilter.h:292 [inline] ip6_output+0x206/0x410 net/ipv6/ip6_output.c:228 dst_output include/net/dst.h:458 [inline] NF_HOOK.constprop.0+0xea/0x260 include/linux/netfilter.h:303 ndisc_send_skb+0x872/0xe80 net/ipv6/ndisc.c:508 ndisc_send_ns+0xb5/0x130 net/ipv6/ndisc.c:666 addrconf_dad_work+0xc14/0x13f0 net/ipv6/addrconf.c:4175 process_one_work+0x92c/0x13a0 kernel/workqueue.c:2597 worker_thread+0x60f/0x1240 kernel/workqueue.c:2748 kthread+0x2fe/0x3f0 kernel/kthread.c:389 ret_from_fork+0x2c/0x50 arch/x86/entry/entry_64.S:308 </TASK> Modules linked in:

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.52-1CVE-2023-54251
Fixed in:6.4.11-1CVE-2023-54251
Fixed in:6.4.11-1CVE-2023-54251
bpftoolRocky
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
bpftool-debuginfoRocky
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.0.0-284.88.1.el9_2RHSA-2024:8157
kernelRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernelRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64kRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-develRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debugRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-coreRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-develRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debuginfoRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-docRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-rtRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-toolsRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libsRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperfRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perfRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perfRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
perf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
python3-perfRocky
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
rtlaRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
Fixed in:0:5.14.0-284.88.1.el9_2RHSA-2024:8157
rvRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394

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

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

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

References

Embed a live status badge for CVE-2023-54251
CVE-2023-54251 severity badge

Markdown

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

HTML

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