CVE & CISA-KEV Catalog

CVE-2026-31508

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take the RTNL. After this change, the netdev_destroy() callback can proceed immediately to the call_rcu() invocation if the IFF_OVS_DATAPATH flag is already cleared on the netdev. The ovs_netdev_detach_dev() function clears the flag before completing the unregistration, and if it gets preempted after clearing the flag (as can happen on an -rt kernel), netdev_destroy() can complete and the device can be freed before the unregistration completes. This leads to a splat like: [ 998.393867] Oops: general protection fault, probably for non-canonical address 0xff00000001000239: 0000 [#1] SMP PTI [ 998.393877] CPU: 42 UID: 0 PID: 55177 Comm: ip Kdump: loaded Not tainted 6.12.0-211.1.1.el10_2.x86_64+rt #1 PREEMPT_RT [ 998.393886] Hardware name: Dell Inc. PowerEdge R740/0JMK61, BIOS 2.24.0 03/27/2025 [ 998.393889] RIP: 0010:dev_set_promiscuity+0x8d/0xa0 [ 998.393901] Code: 00 00 75 d8 48 8b 53 08 48 83 ba b0 02 00 00 00 75 ca 48 83 c4 08 5b c3 cc cc cc cc 48 83 bf 48 09 00 00 00 75 91 48 8b 47 08 <48> 83 b8 b0 02 00 00 00 74 97 eb 81 0f 1f 80 00 00 00 00 90 90 90 [ 998.393906] RSP: 0018:ffffce5864a5f6a0 EFLAGS: 00010246 [ 998.393912] RAX: ff00000000ffff89 RBX: ffff894d0adf5a05 RCX: 0000000000000000 [ 998.393917] RDX: 0000000000000000 RSI: 00000000ffffffff RDI: ffff894d0adf5a05 [ 998.393921] RBP: ffff894d19252000 R08: ffff894d19252000 R09: 0000000000000000 [ 998.393924] R10: ffff894d19252000 R11: ffff894d192521b8 R12: 0000000000000006 [ 998.393927] R13: ffffce5864a5f738 R14: 00000000ffffffe2 R15: 0000000000000000 [ 998.393931] FS: 00007fad61971800(0000) GS:ffff894cc0140000(0000) knlGS:0000000000000000 [ 998.393936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 998.393940] CR2: 000055df0a2a6e40 CR3: 000000011c7fe003 CR4: 00000000007726f0 [ 998.393944] PKRU: 55555554 [ 998.393946] Call Trace: [ 998.393949] <TASK> [ 998.393952] ? show_trace_log_lvl+0x1b0/0x2f0 [ 998.393961] ? show_trace_log_lvl+0x1b0/0x2f0 [ 998.393975] ? dp_device_event+0x41/0x80 [openvswitch] [ 998.394009] ? __die_body.cold+0x8/0x12 [ 998.394016] ? die_addr+0x3c/0x60 [ 998.394027] ? exc_general_protection+0x16d/0x390 [ 998.394042] ? asm_exc_general_protection+0x26/0x30 [ 998.394058] ? dev_set_promiscuity+0x8d/0xa0 [ 998.394066] ? ovs_netdev_detach_dev+0x3a/0x80 [openvswitch] [ 998.394092] dp_device_event+0x41/0x80 [openvswitch] [ 998.394102] notifier_call_chain+0x5a/0xd0 [ 998.394106] unregister_netdevice_many_notify+0x51b/0xa60 [ 998.394110] rtnl_dellink+0x169/0x3e0 [ 998.394121] ? rt_mutex_slowlock.constprop.0+0x95/0xd0 [ 998.394125] rtnetlink_rcv_msg+0x142/0x3f0 [ 998.394128] ? avc_has_perm_noaudit+0x69/0xf0 [ 998.394130] ? __pfx_rtnetlink_rcv_msg+0x10/0x10 [ 998.394132] netlink_rcv_skb+0x50/0x100 [ 998.394138] netlink_unicast+0x292/0x3f0 [ 998.394141] netlink_sendmsg+0x21b/0x470 [ 998.394145] ____sys_sendmsg+0x39d/0x3d0 [ 998.394149] ___sys_sendmsg+0x9a/0xe0 [ 998.394156] __sys_sendmsg+0x7a/0xd0 [ 998.394160] do_syscall_64+0x7f/0x170 [ 998.394162] entry_SYSCALL_64_after_hwframe+0x76/0x7e [ 998.394165] RIP: 0033:0x7fad61bf4724 [ 998.394188] Code: 89 02 b8 ff ff ff ff eb bb 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 80 3d c5 e9 0c 00 00 74 13 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 48 83 ec 28 89 54 24 1c 48 89 [ 998.394189] RSP: 002b:00007ffd7e2f7cb8 EFLAGS: 00000202 ORIG_RAX: 000000000000002e [ 998.394191] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007fad61bf4724 [ 998.394193] RDX: 0000000000000000 RSI: 00007ffd7e2f7d20 RDI: 0000000000000003 [ 998.394194] RBP: 00007ffd7e2f7d90 R08: 0000000000000010 R09: 000000000000003f [ 998.394195] R10: 000055df11558010 R11: 0000000000000202 R12: 00007ffd7e2 ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.257-1CVE-2026-31508
Fixed in:6.1.170-1CVE-2026-31508
Fixed in:6.12.85-1CVE-2026-31508
Fixed in:6.19.11-1CVE-2026-31508
bpftoolRocky
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:7.3.0-427.130.1.el9_4RHSA-2026:25028
kernelRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64kRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debugRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-develRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debugRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debug-develRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-modulesRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-docRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-modulesRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modules-extraRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rtRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64kRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64kRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debugRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-coreRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-develRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-modulesRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-debuginfoRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-develRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-64k-modules-extraRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debugRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-develRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modulesRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-toolsRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-tools-libsRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-uki-virtRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
libperfRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
libperfRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
libperf-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
perfRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
perfRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
perf-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
python3-perfRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
rtlaRocky
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
rvRed Hat / RHEL
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
rvRocky
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-687.15.1.el9_8RHSA-2026:25217
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-427.130.1.el9_4RHSA-2026:25028
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218
Fixed in:0:5.14.0-570.120.1.el9_6RHSA-2026:25218

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.13%probability of exploitation in 30 days
3rdpercentile

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

References

Embed a live status badge for CVE-2026-31508
CVE-2026-31508 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2026-31508"><img src="https://tridentstack.com/cve/badge/CVE-2026-31508.svg" alt="CVE-2026-31508"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-04-28.