CVE & CISA-KEV Catalog

CVE-2025-38279

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Do not include stack ptr register in precision backtracking bookkeeping Yi Lai reported an issue ([1]) where the following warning appears in kernel dmesg: [ 60.643604] verifier backtracking bug [ 60.643635] WARNING: CPU: 10 PID: 2315 at kernel/bpf/verifier.c:4302 __mark_chain_precision+0x3a6c/0x3e10 [ 60.648428] Modules linked in: bpf_testmod(OE) [ 60.650471] CPU: 10 UID: 0 PID: 2315 Comm: test_progs Tainted: G OE 6.15.0-rc4-gef11287f8289-dirty #327 PREEMPT(full) [ 60.654385] Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE [ 60.656682] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.14.0-0-g155821a1990b-prebuilt.qemu.org 04/01/2014 [ 60.660475] RIP: 0010:__mark_chain_precision+0x3a6c/0x3e10 [ 60.662814] Code: 5a 30 84 89 ea e8 c4 d9 01 00 80 3d 3e 7d d8 04 00 0f 85 60 fa ff ff c6 05 31 7d d8 04 01 48 c7 c7 00 58 30 84 e8 c4 06 a5 ff <0f> 0b e9 46 fa ff ff 48 ... [ 60.668720] RSP: 0018:ffff888116cc7298 EFLAGS: 00010246 [ 60.671075] RAX: 54d70e82dfd31900 RBX: ffff888115b65e20 RCX: 0000000000000000 [ 60.673659] RDX: 0000000000000001 RSI: 0000000000000004 RDI: 00000000ffffffff [ 60.676241] RBP: 0000000000000400 R08: ffff8881f6f23bd3 R09: 1ffff1103ede477a [ 60.678787] R10: dffffc0000000000 R11: ffffed103ede477b R12: ffff888115b60ae8 [ 60.681420] R13: 1ffff11022b6cbc4 R14: 00000000fffffff2 R15: 0000000000000001 [ 60.684030] FS: 00007fc2aedd80c0(0000) GS:ffff88826fa8a000(0000) knlGS:0000000000000000 [ 60.686837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 60.689027] CR2: 000056325369e000 CR3: 000000011088b002 CR4: 0000000000370ef0 [ 60.691623] Call Trace: [ 60.692821] <TASK> [ 60.693960] ? __pfx_verbose+0x10/0x10 [ 60.695656] ? __pfx_disasm_kfunc_name+0x10/0x10 [ 60.697495] check_cond_jmp_op+0x16f7/0x39b0 [ 60.699237] do_check+0x58fa/0xab10 ... Further analysis shows the warning is at line 4302 as below: 4294 /* static subprog call instruction, which 4295 * means that we are exiting current subprog, 4296 * so only r1-r5 could be still requested as 4297 * precise, r0 and r6-r10 or any stack slot in 4298 * the current frame should be zero by now 4299 */ 4300 if (bt_reg_mask(bt) & ~BPF_REGMASK_ARGS) { 4301 verbose(env, "BUG regs %x\n", bt_reg_mask(bt)); 4302 WARN_ONCE(1, "verifier backtracking bug"); 4303 return -EFAULT; 4304 } With the below test (also in the next patch): __used __naked static void __bpf_jmp_r10(void) { asm volatile ( "r2 = 2314885393468386424 ll;" "goto +0;" "if r2 <= r10 goto +3;" "if r1 >= -1835016 goto +0;" "if r2 <= 8 goto +0;" "if r3 <= 0 goto +0;" "exit;" ::: __clobber_all); } SEC("?raw_tp") __naked void bpf_jmp_r10(void) { asm volatile ( "r3 = 0 ll;" "call __bpf_jmp_r10;" "r0 = 0;" "exit;" ::: __clobber_all); } The following is the verifier failure log: 0: (18) r3 = 0x0 ; R3_w=0 2: (85) call pc+2 caller: R10=fp0 callee: frame1: R1=ctx() R3_w=0 R10=fp0 5: frame1: R1=ctx() R3_w=0 R10=fp0 ; asm volatile (" \ @ verifier_precision.c:184 5: (18) r2 = 0x20202000256c6c78 ; frame1: R2_w=0x20202000256c6c78 7: (05) goto pc+0 8: (bd) if r2 <= r10 goto pc+3 ; frame1: R2_w=0x20202000256c6c78 R10=fp0 9: (35) if r1 >= 0xffe3fff8 goto pc+0 ; frame1: R1=ctx() 10: (b5) if r2 <= 0x8 goto pc+0 mark_precise: frame1: last_idx 10 first_idx 0 subseq_idx -1 mark_precise: frame1: regs=r2 stack= before 9: (35) if r1 >= 0xffe3fff8 goto pc+0 mark_precise: frame1: regs=r2 stack= before 8: (bd) if r2 <= r10 goto pc+3 mark_preci ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.37-1CVE-2025-38279
Fixed in:6.12.37-1CVE-2025-38279
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernelRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64kRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-64k-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-abi-stablelistsRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debugRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-uki-virtRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-s390xRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-devel-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-docRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-docRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-modules-extra-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
kernel-modules-extra-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
kernel-rtRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rtRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64kRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debugRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-64k-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debugRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-toolsRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-toolsRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-libsRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-libsRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-libs-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-uki-virtRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-uki-virtRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-uki-virt-addonsRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdumpRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
kernel-zfcpdump-modules-extraRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
libperfRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
libperfRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
libperf-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
libperf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
perfRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
perfRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
perf-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
python3-perfRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
python3-perfRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
python3-perf-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
rtlaRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
rtlaRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
rvRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
rvRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
Fixed in:0:5.14.0-687.5.1.el9_8RHSA-2026:18587
linuxUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-awsUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-gcpUbuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
linux-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
linux-image-6.14.0-1012-oemUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-6.14.0-1012-realtimeUbuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-6.14.0-1013-awsUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-aws-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-6.14.0-1013-oracleUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1013-oracle-64kUbuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-6.14.0-1016-gcpUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-1016-gcp-64kUbuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-6.14.0-32-genericUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.14.0-32-generic-64kUbuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-6.8.0-100-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-6.8.0-100-genericUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-generic-64kUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-6.8.0-100-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-100-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-6.8.0-1023-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2
linux-image-6.8.0-1030-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-6.8.0-1043-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-6.8.0-1043-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1043-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-6.8.0-1044-ibmUbuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-6.8.0-1046-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-6.8.0-1046-azureUbuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-6.8.0-1046-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-6.8.0-1046-nvidiaUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-6.8.0-1046-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1046-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-6.8.0-1047-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-6.8.0-1047-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-6.8.0-1047-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-6.8.0-1051-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-6.8.0-2037-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-6.8.1-1041-realtimeUbuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-awsUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64kUbuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7769-3
linux-image-aws-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-aws-fipsUbuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-fips-6.8Ubuntu
Fixed in:6.8.0-1046.49+fips1USN-8028-4
linux-image-aws-lts-24.04Ubuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-azureUbuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
linux-image-azure-6.8Ubuntu
Fixed in:6.8.0-1051.57~22.04.1USN-8126-1
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-azure-fipsUbuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-fips-6.8Ubuntu
Fixed in:6.8.0-1046.52+fips1USN-8074-2
linux-image-azure-lts-24.04Ubuntu
Fixed in:6.8.0-1046.52USN-8074-1
linux-image-fipsUbuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-fips-6.8Ubuntu
Fixed in:6.8.0-100.100+fips1USN-8028-4
linux-image-gcpUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64kUbuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1016.17~24.04.1USN-7769-1
linux-image-gcp-64k-6.8Ubuntu
Fixed in:6.8.0-1047.50~22.04.2USN-8031-1
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-gcp-fipsUbuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-fips-6.8Ubuntu
Fixed in:6.8.0-1047.50+fips1USN-8031-2
linux-image-gcp-lts-24.04Ubuntu
Fixed in:6.8.0-1047.50USN-8031-3
linux-image-genericUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-64k-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64kUbuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gke-64k-6.8Ubuntu
Fixed in:6.8.0-1043.48USN-8031-3
linux-image-gkeopUbuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-gkeop-6.8Ubuntu
Fixed in:6.8.0-1030.33USN-8028-5
linux-image-ibmUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-6.8Ubuntu
Fixed in:6.8.0-1044.44~22.04.1USN-8028-8
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1044.44USN-8028-8
linux-image-intel-iot-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-intel-iotgUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-kvmUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
Fixed in:6.8.0-100.100.1USN-8052-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
Fixed in:6.8.0-1046.49USN-8028-5
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-nvidia-lowlatency-64k-6.8Ubuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-image-oem-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04aUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04bUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04cUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-22.04dUbuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-oem-24.04Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04aUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04bUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-image-oracle-64k-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-64k-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-oracle-lts-24.04Ubuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-image-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-6.8Ubuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-image-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-raspi-realtime-6.8Ubuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-image-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-realtime-6.8.1Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
Fixed in:6.8.1-1041.42USN-8028-3
linux-image-realtime-hwe-22.04Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-image-virtualUbuntu
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-virtual-6.8Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
Fixed in:6.8.0-100.100USN-8028-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.8.0-100.100~22.04.1USN-8028-6
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-32.32~24.04.1USN-7769-3
linux-image-xilinxUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-6.8Ubuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-image-xilinx-zynqmpUbuntu
Fixed in:6.8.0.1023.24USN-8052-2
linux-lowlatencyUbuntu
Fixed in:6.8.0-100.100.1USN-8052-1
linux-lowlatency-hwe-6.8Ubuntu
Fixed in:6.8.0-100.100.1~22.04.1USN-8028-6
linux-nvidiaUbuntu
Fixed in:6.8.0-1046.49USN-8028-5
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1046.49~22.04.1USN-8028-5
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1046.49.1USN-8028-7
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1012.12USN-7771-1
linux-oracleUbuntu
Fixed in:6.8.0-1043.44USN-8028-5
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1013.13~24.04.1USN-7789-1
linux-oracle-6.8Ubuntu
Fixed in:6.8.0-1043.44~22.04.1USN-8028-5
linux-raspiUbuntu
Fixed in:6.8.0-1047.51USN-8028-1
linux-raspi-realtimeUbuntu
Fixed in:6.8.0-2037.38USN-8028-3
linux-realtimeUbuntu
Fixed in:6.8.1-1041.42USN-8028-3
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1012.12~24.04.1USN-7769-2
linux-realtime-6.8Ubuntu
Fixed in:6.8.1-1041.42~22.04.1USN-8028-2
linux-xilinxUbuntu
Fixed in:6.8.0-1023.24USN-8052-2

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

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.16%probability of exploitation in 30 days
6thpercentile

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

References

Embed a live status badge for CVE-2025-38279
CVE-2025-38279 severity badge

Markdown

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

HTML

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