CVE & CISA-KEV Catalog

CVE-2026-45898

CRITICAL
9.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix workqueue list corruption by removing work_list The commit e1168f0 ("RDMA/iwcm: Simplify cm_event_handler()") changed the work submission logic to unconditionally call queue_work() with the expectation that queue_work() would have no effect if work was already pending. The problem is that a free list of struct iwcm_work is used (for which struct work_struct is embedded), so each call to queue_work() is basically unique and therefore does indeed queue the work. This causes a problem in the work handler which walks the work_list until it's empty to process entries. This means that a single run of the work handler could process item N+1 and release it back to the free list while the actual workqueue entry is still queued. It could then get reused (INIT_WORK...) and lead to list corruption in the workqueue logic. Fix this by just removing the work_list. The workqueue already does this for us. This fixes the following error that was observed when stress testing with ucmatose on an Intel E830 in iWARP mode: [ 151.465780] list_del corruption. next->prev should be ffff9f0915c69c08, but was ffff9f0a1116be08. (next=ffff9f0a15b11c08) [ 151.466639] ------------[ cut here ]------------ [ 151.466986] kernel BUG at lib/list_debug.c:67! [ 151.467349] Oops: invalid opcode: 0000 [#1] SMP NOPTI [ 151.467753] CPU: 14 UID: 0 PID: 2306 Comm: kworker/u64:18 Not tainted 6.19.0-rc4+ #1 PREEMPT(voluntary) [ 151.468466] Hardware name: QEMU Ubuntu 24.04 PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014 [ 151.469192] Workqueue: 0x0 (iw_cm_wq) [ 151.469478] RIP: 0010:__list_del_entry_valid_or_report+0xf0/0x100 [ 151.469942] Code: c7 58 5f 4c b2 e8 10 50 aa ff 0f 0b 48 89 ef e8 36 57 cb ff 48 8b 55 08 48 89 e9 48 89 de 48 c7 c7 a8 5f 4c b2 e8 f0 4f aa ff <0f> 0b 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 90 90 90 90 90 90 [ 151.471323] RSP: 0000:ffffb15644e7bd68 EFLAGS: 00010046 [ 151.471712] RAX: 000000000000006d RBX: ffff9f0915c69c08 RCX: 0000000000000027 [ 151.472243] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff9f0a37d9c600 [ 151.472768] RBP: ffff9f0a15b11c08 R08: 0000000000000000 R09: c0000000ffff7fff [ 151.473294] R10: 0000000000000001 R11: ffffb15644e7bba8 R12: ffff9f092339ee68 [ 151.473817] R13: ffff9f0900059c28 R14: ffff9f092339ee78 R15: 0000000000000000 [ 151.474344] FS: 0000000000000000(0000) GS:ffff9f0a847b5000(0000) knlGS:0000000000000000 [ 151.474934] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 151.475362] CR2: 0000559e233a9088 CR3: 000000020296b004 CR4: 0000000000770ef0 [ 151.475895] PKRU: 55555554 [ 151.476118] Call Trace: [ 151.476331] <TASK> [ 151.476497] move_linked_works+0x49/0xa0 [ 151.476792] __pwq_activate_work.isra.46+0x2f/0xa0 [ 151.477151] pwq_dec_nr_in_flight+0x1e0/0x2f0 [ 151.477479] process_scheduled_works+0x1c8/0x410 [ 151.477823] worker_thread+0x125/0x260 [ 151.478108] ? __pfx_worker_thread+0x10/0x10 [ 151.478430] kthread+0xfe/0x240 [ 151.478671] ? __pfx_kthread+0x10/0x10 [ 151.478955] ? __pfx_kthread+0x10/0x10 [ 151.479240] ret_from_fork+0x208/0x270 [ 151.479523] ? __pfx_kthread+0x10/0x10 [ 151.479806] ret_from_fork_asm+0x1a/0x30 [ 151.480103] </TASK>

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.85-1CVE-2026-45898
Fixed in:6.18.14-1CVE-2026-45898
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernelRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64kRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-develRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debugRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-develRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-devel-matchedRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-docRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-modulesRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-modules-extraRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
kernel-rtRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64kRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-debug-kvmRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-develRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-kvmRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-modulesRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-toolsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-tools-libsRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-uki-virtRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
libperfRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
libperfRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
libperf-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
perfRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
perfRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
perf-debuginfoRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
python3-perfRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
rtlaRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
rvRocky
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
rvRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.28.1.el10_2RHSA-2026:30129
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-687.19.1.el9_8RHSA-2026:30848
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
Fixed in:0:5.14.0-570.123.1.el9_6RHSA-2026:27708
linuxUbuntu
Fixed in:6.17.0-40.40USN-8490-1
linux-awsUbuntu
Fixed in:6.17.0-1019.19USN-8490-1
linux-aws-6.17Ubuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
linux-gcpUbuntu
Fixed in:6.17.0-1020.22USN-8490-1
linux-gcp-6.17Ubuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
linux-hwe-6.17Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
linux-image-6.17.0-1017-realtimeUbuntu
Fixed in:6.17.0-1017.19~24.04.1USN-8490-2
Fixed in:6.17.0-1017.19USN-8490-2
linux-image-6.17.0-1018-oracleUbuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-6.17.0-1018-oracle-64kUbuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-6.17.0-1019-awsUbuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-6.17.0-1019-aws-64kUbuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-6.17.0-1020-gcpUbuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-6.17.0-1020-gcp-64kUbuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-6.17.0-1021-raspiUbuntu
Fixed in:6.17.0-1021.21USN-8546-1
linux-image-6.17.0-1026-nvidiaUbuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-6.17.0-1026-nvidia-64kUbuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-6.17.0-1028-oemUbuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-image-6.17.0-40-genericUbuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-6.17.0-40-generic-64kUbuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-awsUbuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-aws-6.17Ubuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-aws-64kUbuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-aws-64k-6.17Ubuntu
Fixed in:6.17.0-1019.19~24.04.1USN-8490-1
Fixed in:6.17.0-1019.19USN-8490-1
linux-image-gcpUbuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-gcp-6.17Ubuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-gcp-64kUbuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-gcp-64k-6.17Ubuntu
Fixed in:6.17.0-1020.22~24.04.1USN-8490-1
Fixed in:6.17.0-1020.22USN-8490-1
linux-image-genericUbuntu
Fixed in:6.17.0-40.40USN-8490-1
linux-image-generic-6.17Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-generic-64kUbuntu
Fixed in:6.17.0-40.40USN-8490-1
linux-image-generic-64k-6.17Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
linux-image-nvidia-6.17Ubuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-nvidia-64k-6.17Ubuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-nvidia-64k-hwe-24.04Ubuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-nvidia-hwe-24.04Ubuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-image-oem-24.04Ubuntu
Fixed in:6.17.0-1028.28USN-8491-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-oem-24.04aUbuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-image-oem-24.04bUbuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-image-oem-24.04cUbuntu
Fixed in:6.17.0-1028.28USN-8491-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-oem-24.04dUbuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-image-oem-6.17Ubuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-image-oracleUbuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-oracle-6.17Ubuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-oracle-64kUbuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-oracle-64k-6.17Ubuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
Fixed in:6.17.0-1018.18USN-8490-1
linux-image-raspiUbuntu
Fixed in:6.17.0-1021.21USN-8546-1
linux-image-raspi-6.17Ubuntu
Fixed in:6.17.0-1021.21USN-8546-1
linux-image-realtimeUbuntu
Fixed in:6.17.0-1017.19USN-8490-2
linux-image-realtime-6.17Ubuntu
Fixed in:6.17.0-1017.19~24.04.1USN-8490-2
Fixed in:6.17.0-1017.19USN-8490-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.17.0-1017.19~24.04.1USN-8490-2
linux-image-virtualUbuntu
Fixed in:6.17.0-40.40USN-8490-1
linux-image-virtual-6.17Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
Fixed in:6.17.0-40.40USN-8490-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.17.0-40.40~24.04.1USN-8545-1
linux-nvidia-6.17Ubuntu
Fixed in:6.17.0-1026.26USN-8508-1
linux-oem-6.17Ubuntu
Fixed in:6.17.0-1028.28USN-8491-1
linux-oracleUbuntu
Fixed in:6.17.0-1018.18USN-8490-1
linux-oracle-6.17Ubuntu
Fixed in:6.17.0-1018.18~24.04.1USN-8490-1
linux-raspiUbuntu
Fixed in:6.17.0-1021.21USN-8546-1
linux-realtimeUbuntu
Fixed in:6.17.0-1017.19USN-8490-2
linux-realtime-6.17Ubuntu
Fixed in:6.17.0-1017.19~24.04.1USN-8490-2

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

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 VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.46%probability of exploitation in 30 days
37thpercentile

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

References

Related Vulnerabilities

Other CWE-1341 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2026-23918High8.846%-Fix
CVE-2026-33811High7.50.8%-Fix
CVE-2026-43494Medium5.50.3%-Fix
CVE-2026-6654Medium5.10.2%-Fix
CVE-2026-46189Medium5.50.1%-Fix
CVE-2026-52987High7.80.1%-Fix
Embed a live status badge for CVE-2026-45898
CVE-2026-45898 severity badge

Markdown

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

HTML

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

See how it worksStart freeThis CVE lookup is free and always will be.

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-07-15.