CVE & CISA-KEV Catalog

CVE-2024-36905

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets TCP_SYN_RECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash [1], syzbot managed to trigger a divide by zero in tcp_rcv_space_adjust() A socket makes the following state transitions, without ever calling tcp_init_transfer(), meaning tcp_init_buffer_space() is also not called. TCP_CLOSE connect() TCP_SYN_SENT TCP_SYN_RECV shutdown() -> tcp_shutdown(sk, SEND_SHUTDOWN) TCP_FIN_WAIT1 To fix this issue, change tcp_shutdown() to not perform a TCP_SYN_RECV -> TCP_FIN_WAIT1 transition, which makes no sense anyway. When tcp_rcv_state_process() later changes socket state from TCP_SYN_RECV to TCP_ESTABLISH, then look at sk->sk_shutdown to finally enter TCP_FIN_WAIT1 state, and send a FIN packet from a sane socket state. This means tcp_send_fin() can now be called from BH context, and must use GFP_ATOMIC allocations. [1] divide error: 0000 [#1] PREEMPT SMP KASAN NOPTI CPU: 1 PID: 5084 Comm: syz-executor358 Not tainted 6.9.0-rc6-syzkaller-00022-g98369dccd2f8 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/27/2024 RIP: 0010:tcp_rcv_space_adjust+0x2df/0x890 net/ipv4/tcp_input.c:767 Code: e3 04 4c 01 eb 48 8b 44 24 38 0f b6 04 10 84 c0 49 89 d5 0f 85 a5 03 00 00 41 8b 8e c8 09 00 00 89 e8 29 c8 48 0f af c3 31 d2 <48> f7 f1 48 8d 1c 43 49 8d 96 76 08 00 00 48 89 d0 48 c1 e8 03 48 RSP: 0018:ffffc900031ef3f0 EFLAGS: 00010246 RAX: 0c677a10441f8f42 RBX: 000000004fb95e7e RCX: 0000000000000000 RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 RBP: 0000000027d4b11f R08: ffffffff89e535a4 R09: 1ffffffff25e6ab7 R10: dffffc0000000000 R11: ffffffff8135e920 R12: ffff88802a9f8d30 R13: dffffc0000000000 R14: ffff88802a9f8d00 R15: 1ffff1100553f2da FS: 00005555775c0380(0000) GS:ffff8880b9500000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f1155bf2304 CR3: 000000002b9f2000 CR4: 0000000000350ef0 Call Trace: <TASK> tcp_recvmsg_locked+0x106d/0x25a0 net/ipv4/tcp.c:2513 tcp_recvmsg+0x25d/0x920 net/ipv4/tcp.c:2578 inet6_recvmsg+0x16a/0x730 net/ipv6/af_inet6.c:680 sock_recvmsg_nosec net/socket.c:1046 [inline] sock_recvmsg+0x109/0x280 net/socket.c:1068 ____sys_recvmsg+0x1db/0x470 net/socket.c:2803 ___sys_recvmsg net/socket.c:2845 [inline] do_recvmmsg+0x474/0xae0 net/socket.c:2939 __sys_recvmmsg net/socket.c:3018 [inline] __do_sys_recvmmsg net/socket.c:3041 [inline] __se_sys_recvmmsg net/socket.c:3034 [inline] __x64_sys_recvmmsg+0x199/0x250 net/socket.c:3034 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xf5/0x240 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7faeb6363db9 Code: 28 00 00 00 75 05 48 83 c4 28 c3 e8 c1 17 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007ffcc1997168 EFLAGS: 00000246 ORIG_RAX: 000000000000012b RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007faeb6363db9 RDX: 0000000000000001 RSI: 0000000020000bc0 RDI: 0000000000000005 RBP: 0000000000000000 R08: 0000000000000000 R09: 000000000000001c R10: 0000000000000122 R11: 0000000000000246 R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000001

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.218-1CVE-2024-36905
Fixed in:6.1.94-1CVE-2024-36905
Fixed in:6.8.11-1CVE-2024-36905
Fixed in:6.8.11-1CVE-2024-36905
bpftoolRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.57.1.el9_4RHSA-2025:2270
kernelRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64kRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-develRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
kernel-rt-develRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:5102
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
python3-perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRocky
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
rvRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.57.1.el9_4RHSA-2025:2270
linuxUbuntu
Fixed in:5.4.0-192.212USN-6951-1
Fixed in:5.15.0-118.128USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-awsUbuntu
Fixed in:5.4.0-1130.140USN-6951-1
Fixed in:5.15.0-1067.73USN-6950-1
Fixed in:6.8.0-1013.14USN-6949-1
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1067.73~20.04.1USN-6950-2
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1130.140~18.04.1USN-6951-1
linux-azureUbuntu
Fixed in:5.4.0-1135.142USN-6951-2
Fixed in:5.15.0-1070.79USN-6956-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1070.79~20.04.1USN-6956-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1135.142~18.04.1USN-6951-3
linux-azure-fdeUbuntu
Fixed in:5.15.0-1070.79.1USN-6956-1
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1070.79~20.04.1.1USN-6956-1
linux-bluefieldUbuntu
Fixed in:5.4.0-1090.97USN-6951-4
linux-gcpUbuntu
Fixed in:5.4.0-1134.143USN-6951-1
Fixed in:5.15.0-1066.74USN-6950-1
Fixed in:6.8.0-1012.13USN-6949-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1066.74~20.04.1USN-6950-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1134.143~18.04.1USN-6951-1
linux-gkeUbuntu
Fixed in:5.15.0-1064.70USN-6950-1
Fixed in:6.8.0-1008.11USN-6949-1
linux-gkeopUbuntu
Fixed in:5.4.0-1097.101USN-6951-1
Fixed in:5.15.0-1050.57USN-6950-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1050.57~20.04.1USN-6950-2
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-4
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-192.212~18.04.1USN-6951-1
linux-ibmUbuntu
Fixed in:5.4.0-1077.82USN-6951-1
Fixed in:5.15.0-1060.63USN-6950-2
Fixed in:6.8.0-1010.10USN-6949-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1060.63~20.04.1USN-6950-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1077.82~18.04.1USN-6951-1
linux-image-5.15.0-1035-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1035.39USN-7019-1
linux-image-5.15.0-1050-gkeopUbuntu
Fixed in:5.15.0-1050.57~20.04.1USN-6950-2
Fixed in:5.15.0-1050.57USN-6950-1
linux-image-5.15.0-1060-ibmUbuntu
Fixed in:5.15.0-1060.63~20.04.1USN-6950-2
Fixed in:5.15.0-1060.63USN-6950-2
linux-image-5.15.0-1060-raspiUbuntu
Fixed in:5.15.0-1060.63USN-6950-2
linux-image-5.15.0-1062-intel-iotgUbuntu
Fixed in:5.15.0-1062.68~20.04.1USN-6950-1
Fixed in:5.15.0-1062.68USN-6950-1
linux-image-5.15.0-1062-nvidiaUbuntu
Fixed in:5.15.0-1062.63USN-6950-1
linux-image-5.15.0-1062-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1062.63USN-6950-1
linux-image-5.15.0-1064-gkeUbuntu
Fixed in:5.15.0-1064.70USN-6950-1
linux-image-5.15.0-1064-kvmUbuntu
Fixed in:5.15.0-1064.69USN-6950-1
linux-image-5.15.0-1065-oracleUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6957-1
Fixed in:5.15.0-1065.71USN-6950-3
linux-image-5.15.0-1066-gcpUbuntu
Fixed in:5.15.0-1066.74~20.04.1USN-6950-1
Fixed in:5.15.0-1066.74USN-6950-1
linux-image-5.15.0-1067-awsUbuntu
Fixed in:5.15.0-1067.73~20.04.1USN-6950-2
Fixed in:5.15.0-1067.73USN-6950-1
linux-image-5.15.0-1070-azureUbuntu
Fixed in:5.15.0-1070.79~20.04.1USN-6956-1
Fixed in:5.15.0-1070.79USN-6956-1
linux-image-5.15.0-1070-azure-fdeUbuntu
Fixed in:5.15.0-1070.79~20.04.1.1USN-6956-1
Fixed in:5.15.0-1070.79.1USN-6956-1
linux-image-5.15.0-118-genericUbuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-4
Fixed in:5.15.0-118.128USN-6950-1
linux-image-5.15.0-118-generic-64kUbuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-4
Fixed in:5.15.0-118.128USN-6950-1
linux-image-5.15.0-118-generic-lpaeUbuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-4
Fixed in:5.15.0-118.128USN-6950-1
linux-image-5.15.0-118-lowlatencyUbuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-1
Fixed in:5.15.0-118.128USN-6950-1
linux-image-5.15.0-118-lowlatency-64kUbuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-1
Fixed in:5.15.0-118.128USN-6950-1
linux-image-5.4.0-1042-iotUbuntu
Fixed in:5.4.0-1042.43USN-6951-1
linux-image-5.4.0-1049-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1049.53USN-6951-1
linux-image-5.4.0-1077-ibmUbuntu
Fixed in:5.4.0-1077.82~18.04.1USN-6951-1
Fixed in:5.4.0-1077.82USN-6951-1
linux-image-5.4.0-1090-bluefieldUbuntu
Fixed in:5.4.0-1090.97USN-6951-4
linux-image-5.4.0-1097-gkeopUbuntu
Fixed in:5.4.0-1097.101USN-6951-1
linux-image-5.4.0-1114-raspiUbuntu
Fixed in:5.4.0-1114.126~18.04.1USN-6979-1
Fixed in:5.4.0-1114.126USN-6951-1
linux-image-5.4.0-1118-kvmUbuntu
Fixed in:5.4.0-1118.125USN-6951-1
linux-image-5.4.0-1129-oracleUbuntu
Fixed in:5.4.0-1129.138~18.04.1USN-6953-1
Fixed in:5.4.0-1129.138USN-6953-1
linux-image-5.4.0-1130-awsUbuntu
Fixed in:5.4.0-1130.140~18.04.1USN-6951-1
Fixed in:5.4.0-1130.140USN-6951-1
linux-image-5.4.0-1134-gcpUbuntu
Fixed in:5.4.0-1134.143~18.04.1USN-6951-1
Fixed in:5.4.0-1134.143USN-6951-1
linux-image-5.4.0-1135-azureUbuntu
Fixed in:5.4.0-1135.142~18.04.1USN-6951-3
Fixed in:5.4.0-1135.142USN-6951-2
linux-image-5.4.0-192-genericUbuntu
Fixed in:5.4.0-192.212~18.04.1USN-6951-1
Fixed in:5.4.0-192.212USN-6951-1
linux-image-5.4.0-192-generic-lpaeUbuntu
Fixed in:5.4.0-192.212USN-6951-1
linux-image-5.4.0-192-lowlatencyUbuntu
Fixed in:5.4.0-192.212~18.04.1USN-6951-1
Fixed in:5.4.0-192.212USN-6951-1
linux-image-6.8.0-1008-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-image-6.8.0-1009-raspiUbuntu
Fixed in:6.8.0-1009.10USN-6949-2
linux-image-6.8.0-1010-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-6.8.0-1010-oemUbuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-6.8.0-1010-oracleUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-6.8.0-1010-oracle-64kUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-6.8.0-1011-nvidiaUbuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-6.8.0-1011-nvidia-64kUbuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-6.8.0-1011-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-6.8.0-1011-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-6.8.0-1012-gcpUbuntu
Fixed in:6.8.0-1012.13USN-6949-1
linux-image-6.8.0-1013-awsUbuntu
Fixed in:6.8.0-1013.14USN-6949-1
linux-image-6.8.0-40-genericUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-6.8.0-40-generic-64kUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-6.8.0-40-lowlatencyUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-6.8.0-40-lowlatency-64kUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-awsUbuntu
Fixed in:5.4.0.1130.140~18.04.1USN-6951-1
Fixed in:5.15.0.1067.73~20.04.1USN-6950-2
Fixed in:6.8.0-1013.14USN-6949-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1130.127USN-6951-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1067.67USN-6950-1
linux-image-azureUbuntu
Fixed in:5.4.0.1135.142~18.04.1USN-6951-3
Fixed in:5.15.0.1070.79~20.04.1USN-6956-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1070.79~20.04.1USN-6956-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1070.79~20.04.1.47USN-6956-1
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1070.79.47USN-6956-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1135.129USN-6951-2
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1070.68USN-6956-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1090.86USN-6951-4
linux-image-gcpUbuntu
Fixed in:5.4.0.1134.143~18.04.1USN-6951-1
Fixed in:5.15.0.1066.74~20.04.1USN-6950-1
Fixed in:6.8.0-1012.13USN-6949-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1134.136USN-6951-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1066.62USN-6950-1
linux-image-genericUbuntu
Fixed in:5.4.0.192.190USN-6951-1
Fixed in:5.15.0.118.118USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.118.118USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.192.190USN-6951-1
Fixed in:5.15.0.118.118USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-gkeUbuntu
Fixed in:5.15.0.1064.63USN-6950-1
Fixed in:6.8.0-1008.11USN-6949-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1064.63USN-6950-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1097.95USN-6951-1
Fixed in:5.15.0.1050.49USN-6950-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1050.57~20.04.1USN-6950-2
Fixed in:5.15.0.1050.49USN-6950-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1097.95USN-6951-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1077.82~18.04.1USN-6951-1
Fixed in:5.15.0.1060.63~20.04.1USN-6950-2
Fixed in:5.15.0.1060.56USN-6950-2
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1077.106USN-6951-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-intelUbuntu
Fixed in:5.15.0.1062.68~20.04.1USN-6950-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1062.68~20.04.1USN-6950-1
Fixed in:5.15.0.1062.62USN-6950-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1118.114USN-6951-1
Fixed in:5.15.0.1064.60USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.192.190USN-6951-1
Fixed in:5.15.0.118.108USN-6950-1
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.118.108USN-6950-1
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1062.62USN-6950-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1062.62USN-6950-1
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-oemUbuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
Fixed in:5.4.0.192.190USN-6951-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
Fixed in:5.4.0.192.190USN-6951-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1129.138~18.04.1USN-6953-1
Fixed in:5.15.0.1065.71~20.04.1USN-6957-1
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1129.122USN-6953-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1065.61USN-6950-3
linux-image-raspiUbuntu
Fixed in:5.4.0.1114.144USN-6951-1
Fixed in:5.15.0.1060.58USN-6950-2
Fixed in:6.8.0-1009.10USN-6949-2
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1114.126~18.04.1USN-6979-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1060.58USN-6950-2
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1114.144USN-6951-1
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
linux-image-virtualUbuntu
Fixed in:5.4.0.192.190USN-6951-1
Fixed in:5.15.0.118.118USN-6950-1
Fixed in:6.8.0-40.40USN-6949-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.192.212~18.04.1USN-6951-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.118.128~20.04.1USN-6950-4
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1049.49USN-6951-1
Fixed in:5.15.0.1035.39USN-7019-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1062.68USN-6950-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1062.68~20.04.1USN-6950-1
linux-iotUbuntu
Fixed in:5.4.0-1042.43USN-6951-1
linux-kvmUbuntu
Fixed in:5.4.0-1118.125USN-6951-1
Fixed in:5.15.0-1064.69USN-6950-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-118.128USN-6950-1
Fixed in:6.8.0-40.40.1USN-6949-2
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-118.128~20.04.1USN-6950-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1062.63USN-6950-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-oracleUbuntu
Fixed in:5.4.0-1129.138USN-6953-1
Fixed in:5.15.0-1065.71USN-6950-3
Fixed in:6.8.0-1010.10USN-6952-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-6957-1
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1129.138~18.04.1USN-6953-1
linux-raspiUbuntu
Fixed in:5.4.0-1114.126USN-6951-1
Fixed in:5.15.0-1060.63USN-6950-2
Fixed in:6.8.0-1009.10USN-6949-2
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1114.126~18.04.1USN-6979-1
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1049.53USN-6951-1
Fixed in:5.15.0-1035.39USN-7019-1

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

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.33%probability of exploitation in 30 days
25thpercentile

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

References

Related Vulnerabilities

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

CVESeverityCVSSEPSSExploitedFix
CVE-2012-0207High7.520%-Fix
CVE-2017-8537Medium5.517%--
CVE-2017-8536Medium5.517%--
CVE-2017-8535Medium5.517%--
CVE-2007-2237Medium5.515%--
CVE-2025-0317High7.513%--
Embed a live status badge for CVE-2024-36905
CVE-2024-36905 severity badge

Markdown

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

HTML

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