CVE & CISA-KEV Catalog

CVE-2024-26733

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: arp: Prevent overflow in arp_req_get(). syzkaller reported an overflown write in arp_req_get(). [0] When ioctl(SIOCGARP) is issued, arp_req_get() looks up an neighbour entry and copies neigh->ha to struct arpreq.arp_ha.sa_data. The arp_ha here is struct sockaddr, not struct sockaddr_storage, so the sa_data buffer is just 14 bytes. In the splat below, 2 bytes are overflown to the next int field, arp_flags. We initialise the field just after the memcpy(), so it's not a problem. However, when dev->addr_len is greater than 22 (e.g. MAX_ADDR_LEN), arp_netmask is overwritten, which could be set as htonl(0xFFFFFFFFUL) in arp_ioctl() before calling arp_req_get(). To avoid the overflow, let's limit the max length of memcpy(). Note that commit b5f0de6df6dc ("net: dev: Convert sa_data to flexible array in struct sockaddr") just silenced syzkaller. [0]: memcpy: detected field-spanning write (size 16) of single field "r->arp_ha.sa_data" at net/ipv4/arp.c:1128 (size 14) WARNING: CPU: 0 PID: 144638 at net/ipv4/arp.c:1128 arp_req_get+0x411/0x4a0 net/ipv4/arp.c:1128 Modules linked in: CPU: 0 PID: 144638 Comm: syz-executor.4 Not tainted 6.1.74 #31 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014 RIP: 0010:arp_req_get+0x411/0x4a0 net/ipv4/arp.c:1128 Code: fd ff ff e8 41 42 de fb b9 0e 00 00 00 4c 89 fe 48 c7 c2 20 6d ab 87 48 c7 c7 80 6d ab 87 c6 05 25 af 72 04 01 e8 5f 8d ad fb <0f> 0b e9 6c fd ff ff e8 13 42 de fb be 03 00 00 00 4c 89 e7 e8 a6 RSP: 0018:ffffc900050b7998 EFLAGS: 00010286 RAX: 0000000000000000 RBX: ffff88803a815000 RCX: 0000000000000000 RDX: 0000000000000000 RSI: ffffffff8641a44a RDI: 0000000000000001 RBP: ffffc900050b7a98 R08: 0000000000000001 R09: 0000000000000000 R10: 0000000000000000 R11: 203a7970636d656d R12: ffff888039c54000 R13: 1ffff92000a16f37 R14: ffff88803a815084 R15: 0000000000000010 FS: 00007f172bf306c0(0000) GS:ffff88805aa00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f172b3569f0 CR3: 0000000057f12005 CR4: 0000000000770ef0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 PKRU: 55555554 Call Trace: <TASK> arp_ioctl+0x33f/0x4b0 net/ipv4/arp.c:1261 inet_ioctl+0x314/0x3a0 net/ipv4/af_inet.c:981 sock_do_ioctl+0xdf/0x260 net/socket.c:1204 sock_ioctl+0x3ef/0x650 net/socket.c:1321 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:870 [inline] __se_sys_ioctl fs/ioctl.c:856 [inline] __x64_sys_ioctl+0x18e/0x220 fs/ioctl.c:856 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x37/0x90 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x64/0xce RIP: 0033:0x7f172b262b8d Code: 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 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:00007f172bf300b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00007f172b3abf80 RCX: 00007f172b262b8d RDX: 0000000020000000 RSI: 0000000000008954 RDI: 0000000000000003 RBP: 00007f172b2d3493 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 R13: 000000000000000b R14: 00007f172b3abf80 R15: 00007f172bf10000 </TASK>

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.216-1CVE-2024-26733
Fixed in:6.1.82-1CVE-2024-26733
Fixed in:6.7.7-1CVE-2024-26733
Fixed in:6.7.7-1CVE-2024-26733
bpftoolRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.61.1.el9_4RHSA-2025:3215
kernelRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-64k-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.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-64k-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.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-debug-devel-matchedRocky
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-debug-modulesRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-debuginfoRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-headersRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-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.61.1.el9_4RHSA-2025:3215
kernel-rt-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.61.1.el9_4RHSA-2025:3215
kernel-rt-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.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-rt-modulesRocky
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.61.1.el9_4RHSA-2025:3215
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-toolsRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.61.1.el9_4RHSA-2025:3215
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRed Hat / RHEL
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:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
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.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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
perfRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
perf-debuginfoRocky
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
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-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-372.113.1.el8_6RHSA-2024:4902
Fixed in:0:4.18.0-553.16.1.el8_10RHSA-2024:5101
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:4.18.0-477.67.1.el8_8RHSA-2024:5255
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
rtlaRed 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-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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
rvRocky
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
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.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-427.61.1.el9_4RHSA-2025:3215
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
linuxUbuntu
Fixed in:4.4.0-259.293USN-7039-1
Fixed in:4.15.0-229.241USN-7028-1
Fixed in:5.4.0-186.206USN-6831-1
Fixed in:5.15.0-112.122USN-6820-1
Fixed in:6.5.0-44.44USN-6895-1
linux-awsUbuntu
Fixed in:4.4.0-1136.142USN-7039-1
Fixed in:4.4.0-1174.189USN-7039-1
Fixed in:4.15.0-1173.186USN-7028-1
Fixed in:5.4.0-1126.136USN-6831-1
Fixed in:5.15.0-1063.69USN-6821-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1126.136~18.04.1USN-6831-1
linux-aws-6.5Ubuntu
Fixed in:6.5.0-1023.23~22.04.1USN-6895-3
linux-aws-hweUbuntu
Fixed in:4.15.0-1173.186~16.04.1USN-7028-1
linux-azureUbuntu
Fixed in:4.15.0-1181.196~14.04.1USN-7028-2
Fixed in:4.15.0-1181.196~16.04.1USN-7028-1
Fixed in:5.4.0-1131.138USN-6831-1
Fixed in:5.15.0-1066.75USN-6821-4
linux-azure-4.15Ubuntu
Fixed in:4.15.0-1181.196USN-7028-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1131.138~18.04.1USN-6831-1
linux-azure-6.5Ubuntu
Fixed in:6.5.0-1024.25~22.04.1USN-6895-2
linux-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-gcpUbuntu
Fixed in:4.15.0-1166.183~16.04.1USN-7028-1
Fixed in:5.4.0-1130.139USN-6831-1
Fixed in:5.15.0-1062.70USN-6820-1
Fixed in:6.5.0-1024.26USN-6895-1
linux-gcp-4.15Ubuntu
Fixed in:4.15.0-1166.183USN-7028-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1130.139~18.04.1USN-6831-1
linux-gcp-6.5Ubuntu
Fixed in:6.5.0-1024.26~22.04.1USN-6895-2
linux-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-gkeopUbuntu
Fixed in:5.4.0-1093.97USN-6831-1
Fixed in:5.15.0-1046.53USN-6821-2
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
linux-hweUbuntu
Fixed in:4.15.0-229.241~16.04.1USN-7028-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-186.206~18.04.1USN-6831-1
linux-hwe-6.5Ubuntu
Fixed in:6.5.0-44.44~22.04.1USN-6900-1
linux-ibmUbuntu
Fixed in:5.4.0-1073.78USN-6831-1
Fixed in:5.15.0-1056.59USN-6821-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1073.78~18.04.1USN-6831-1
linux-image-4.15.0-1135-oracleUbuntu
Fixed in:4.15.0-1135.146~16.04.1USN-7028-1
Fixed in:4.15.0-1135.146USN-7028-1
linux-image-4.15.0-1156-kvmUbuntu
Fixed in:4.15.0-1156.161USN-7028-1
linux-image-4.15.0-1166-gcpUbuntu
Fixed in:4.15.0-1166.183~16.04.1USN-7028-1
Fixed in:4.15.0-1166.183USN-7028-1
linux-image-4.15.0-1173-awsUbuntu
Fixed in:4.15.0-1173.186~16.04.1USN-7028-1
Fixed in:4.15.0-1173.186USN-7028-1
linux-image-4.15.0-1181-azureUbuntu
Fixed in:4.15.0-1181.196~14.04.1USN-7028-2
Fixed in:4.15.0-1181.196~16.04.1USN-7028-1
Fixed in:4.15.0-1181.196USN-7028-1
linux-image-4.15.0-229-genericUbuntu
Fixed in:4.15.0-229.241~16.04.1USN-7028-1
Fixed in:4.15.0-229.241USN-7028-1
linux-image-4.15.0-229-lowlatencyUbuntu
Fixed in:4.15.0-229.241~16.04.1USN-7028-1
Fixed in:4.15.0-229.241USN-7028-1
linux-image-4.4.0-1136-awsUbuntu
Fixed in:4.4.0-1136.142USN-7039-1
linux-image-4.4.0-1137-kvmUbuntu
Fixed in:4.4.0-1137.147USN-7039-1
linux-image-4.4.0-1174-awsUbuntu
Fixed in:4.4.0-1174.189USN-7039-1
linux-image-4.4.0-259-genericUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1
Fixed in:4.4.0-259.293USN-7039-1
linux-image-4.4.0-259-lowlatencyUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1
Fixed in:4.4.0-259.293USN-7039-1
linux-image-5.15.0-1030-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1030.34USN-6820-1
linux-image-5.15.0-1046-gkeopUbuntu
Fixed in:5.15.0-1046.53~20.04.1USN-6821-2
Fixed in:5.15.0-1046.53USN-6821-2
linux-image-5.15.0-1056-ibmUbuntu
Fixed in:5.15.0-1056.59USN-6821-1
linux-image-5.15.0-1057-ibmUbuntu
Fixed in:5.15.0-1057.60~20.04.1USN-6892-1
linux-image-5.15.0-1058-intel-iotgUbuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
Fixed in:5.15.0-1058.64USN-6821-1
linux-image-5.15.0-1058-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-image-5.15.0-1058-raspiUbuntu
Fixed in:5.15.0-1058.61USN-6919-1
linux-image-5.15.0-1060-gkeUbuntu
Fixed in:5.15.0-1060.66USN-6821-1
linux-image-5.15.0-1060-kvmUbuntu
Fixed in:5.15.0-1060.65USN-6821-2
linux-image-5.15.0-1061-oracleUbuntu
Fixed in:5.15.0-1061.67USN-6821-1
linux-image-5.15.0-1062-gcpUbuntu
Fixed in:5.15.0-1062.70~20.04.1USN-6820-1
Fixed in:5.15.0-1062.70USN-6820-1
linux-image-5.15.0-1063-awsUbuntu
Fixed in:5.15.0-1063.69~20.04.1USN-6821-3
Fixed in:5.15.0-1063.69USN-6821-3
linux-image-5.15.0-1065-azure-fdeUbuntu
Fixed in:5.15.0-1065.74.1USN-6821-4
linux-image-5.15.0-1066-azureUbuntu
Fixed in:5.15.0-1066.75USN-6821-4
linux-image-5.15.0-110-lowlatencyUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-110-lowlatency-64kUbuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
Fixed in:5.15.0-110.120USN-6820-1
linux-image-5.15.0-112-genericUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-64kUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-112-generic-lpaeUbuntu
Fixed in:5.15.0-112.122USN-6820-1
linux-image-5.15.0-113-genericUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-64kUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.15.0-113-generic-lpaeUbuntu
Fixed in:5.15.0-113.123~20.04.1USN-6871-1
linux-image-5.4.0-1045-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1045.49USN-6831-1
linux-image-5.4.0-1073-ibmUbuntu
Fixed in:5.4.0-1073.78~18.04.1USN-6831-1
Fixed in:5.4.0-1073.78USN-6831-1
linux-image-5.4.0-1093-gkeopUbuntu
Fixed in:5.4.0-1093.97USN-6831-1
linux-image-5.4.0-1110-raspiUbuntu
Fixed in:5.4.0-1110.122~18.04.1USN-6831-1
Fixed in:5.4.0-1110.122USN-6831-1
linux-image-5.4.0-1114-kvmUbuntu
Fixed in:5.4.0-1114.121USN-6831-1
linux-image-5.4.0-1125-oracleUbuntu
Fixed in:5.4.0-1125.134~18.04.1USN-6831-1
Fixed in:5.4.0-1125.134USN-6831-1
linux-image-5.4.0-1126-awsUbuntu
Fixed in:5.4.0-1126.136~18.04.1USN-6831-1
Fixed in:5.4.0-1126.136USN-6831-1
linux-image-5.4.0-1130-gcpUbuntu
Fixed in:5.4.0-1130.139~18.04.1USN-6831-1
Fixed in:5.4.0-1130.139USN-6831-1
linux-image-5.4.0-1131-azureUbuntu
Fixed in:5.4.0-1131.138~18.04.1USN-6831-1
Fixed in:5.4.0-1131.138USN-6831-1
linux-image-5.4.0-186-genericUbuntu
Fixed in:5.4.0-186.206~18.04.1USN-6831-1
Fixed in:5.4.0-186.206USN-6831-1
linux-image-5.4.0-186-generic-lpaeUbuntu
Fixed in:5.4.0-186.206USN-6831-1
linux-image-5.4.0-186-lowlatencyUbuntu
Fixed in:5.4.0-186.206~18.04.1USN-6831-1
Fixed in:5.4.0-186.206USN-6831-1
linux-image-6.5.0-1017-starfiveUbuntu
Fixed in:6.5.0-1017.18~22.04.1USN-6895-3
linux-image-6.5.0-1020-raspiUbuntu
Fixed in:6.5.0-1020.23USN-6895-1
linux-image-6.5.0-1023-awsUbuntu
Fixed in:6.5.0-1023.23~22.04.1USN-6895-3
linux-image-6.5.0-1023-nvidiaUbuntu
Fixed in:6.5.0-1023.24USN-6895-1
linux-image-6.5.0-1023-nvidia-64kUbuntu
Fixed in:6.5.0-1023.24USN-6895-1
linux-image-6.5.0-1024-azureUbuntu
Fixed in:6.5.0-1024.25~22.04.1USN-6895-2
linux-image-6.5.0-1024-azure-fdeUbuntu
Fixed in:6.5.0-1024.25~22.04.1USN-6895-2
linux-image-6.5.0-1024-gcpUbuntu
Fixed in:6.5.0-1024.26~22.04.1USN-6895-2
Fixed in:6.5.0-1024.26USN-6895-1
linux-image-6.5.0-1026-oracleUbuntu
Fixed in:6.5.0-1026.26~22.04.1USN-6895-3
linux-image-6.5.0-1026-oracle-64kUbuntu
Fixed in:6.5.0-1026.26~22.04.1USN-6895-3
linux-image-6.5.0-1027-oemUbuntu
Fixed in:6.5.0-1027.28USN-6895-4
linux-image-6.5.0-44-genericUbuntu
Fixed in:6.5.0-44.44~22.04.1USN-6900-1
Fixed in:6.5.0-44.44USN-6895-1
linux-image-6.5.0-44-generic-64kUbuntu
Fixed in:6.5.0-44.44~22.04.1USN-6900-1
Fixed in:6.5.0-44.44USN-6895-1
linux-image-6.5.0-44-lowlatencyUbuntu
Fixed in:6.5.0-44.44.1~22.04.1USN-6895-3
linux-image-6.5.0-44-lowlatency-64kUbuntu
Fixed in:6.5.0-44.44.1~22.04.1USN-6895-3
linux-image-awsUbuntu
Fixed in:4.4.0.1136.133USN-7039-1
Fixed in:4.4.0.1174.178USN-7039-1
Fixed in:5.4.0.1126.136~18.04.1USN-6831-1
Fixed in:5.15.0.1063.69~20.04.1USN-6821-3
Fixed in:6.5.0.1023.23~22.04.1USN-6895-3
linux-image-aws-hweUbuntu
Fixed in:4.15.0.1173.186~16.04.1USN-7028-1
linux-image-aws-lts-18.04Ubuntu
Fixed in:4.15.0.1173.171USN-7028-1
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1126.123USN-6831-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1063.63USN-6821-3
linux-image-azureUbuntu
Fixed in:4.15.0-1181.196~14.04.1USN-7028-2
Fixed in:4.15.0.1181.196~16.04.1USN-7028-1
Fixed in:5.4.0.1131.138~18.04.1USN-6831-1
Fixed in:6.5.0.1024.25~22.04.1USN-6895-2
linux-image-azure-fdeUbuntu
Fixed in:6.5.0.1024.25~22.04.1USN-6895-2
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1065.74.43USN-6821-4
linux-image-azure-lts-18.04Ubuntu
Fixed in:4.15.0.1181.149USN-7028-1
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1131.125USN-6831-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1066.64USN-6821-4
linux-image-gcpUbuntu
Fixed in:4.15.0.1166.183~16.04.1USN-7028-1
Fixed in:5.4.0.1130.139~18.04.1USN-6831-1
Fixed in:5.15.0.1062.70~20.04.1USN-6820-1
Fixed in:6.5.0.1024.26~22.04.1USN-6895-2
Fixed in:6.5.0.1024.26USN-6895-1
linux-image-gcp-lts-18.04Ubuntu
Fixed in:4.15.0.1166.179USN-7028-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1130.132USN-6831-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1062.58USN-6820-1
linux-image-genericUbuntu
Fixed in:4.4.0.259.265USN-7039-1
Fixed in:4.15.0.229.213USN-7028-1
Fixed in:5.4.0.186.184USN-6831-1
Fixed in:5.15.0.112.112USN-6820-1
Fixed in:6.5.0.44.44USN-6895-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.112.112USN-6820-1
Fixed in:6.5.0.44.44USN-6895-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.44.44~22.04.1USN-6900-1
linux-image-generic-hwe-16.04Ubuntu
Fixed in:4.15.0.229.241~16.04.1USN-7028-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.5.0.44.44~22.04.1USN-6900-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.186.184USN-6831-1
Fixed in:5.15.0.112.112USN-6820-1
Fixed in:6.5.0.44.44USN-6895-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-generic-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-generic-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-image-gkeUbuntu
Fixed in:4.15.0.1166.183~16.04.1USN-7028-1
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1060.59USN-6821-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1093.91USN-6831-1
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1046.53~20.04.1USN-6821-2
Fixed in:5.15.0.1046.45USN-6821-2
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1093.91USN-6831-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1073.78~18.04.1USN-6831-1
Fixed in:5.15.0.1057.60~20.04.1USN-6892-1
Fixed in:5.15.0.1056.52USN-6821-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1073.102USN-6831-1
linux-image-intelUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1058.64~20.04.1USN-6828-1
Fixed in:5.15.0.1058.58USN-6821-1
linux-image-kvmUbuntu
Fixed in:4.4.0.1137.134USN-7039-1
Fixed in:4.15.0.1156.147USN-7028-1
Fixed in:5.4.0.1114.110USN-6831-1
Fixed in:5.15.0.1060.56USN-6821-2
Fixed in:6.5.0.44.44USN-6895-1
linux-image-lowlatencyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
Fixed in:4.15.0.229.213USN-7028-1
Fixed in:5.4.0.186.184USN-6831-1
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.110.103USN-6820-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.44.44.1~22.04.1USN-6895-3
linux-image-lowlatency-hwe-16.04Ubuntu
Fixed in:4.15.0.229.241~16.04.1USN-7028-1
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.110.120~20.04.1USN-6820-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.5.0.44.44.1~22.04.1USN-6895-3
linux-image-lowlatency-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-lowlatency-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-nvidia-6.5Ubuntu
Fixed in:6.5.0.1023.31USN-6895-1
linux-image-nvidia-64k-6.5Ubuntu
Fixed in:6.5.0.1023.31USN-6895-1
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.1023.31USN-6895-1
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.5.0.1023.31USN-6895-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1058.58USN-6820-2
linux-image-oemUbuntu
Fixed in:4.15.0.229.241~16.04.1USN-7028-1
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
Fixed in:5.4.0.186.184USN-6831-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-oem-22.04Ubuntu
Fixed in:6.5.0.1027.29USN-6895-4
linux-image-oem-22.04aUbuntu
Fixed in:6.5.0.1027.29USN-6895-4
linux-image-oem-22.04bUbuntu
Fixed in:6.5.0.1027.29USN-6895-4
linux-image-oem-22.04cUbuntu
Fixed in:6.5.0.1027.29USN-6895-4
linux-image-oem-22.04dUbuntu
Fixed in:6.5.0.1027.29USN-6895-4
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
Fixed in:5.4.0.186.184USN-6831-1
linux-image-oracleUbuntu
Fixed in:4.15.0.1135.146~16.04.1USN-7028-1
Fixed in:5.4.0.1125.134~18.04.1USN-6831-1
Fixed in:6.5.0.1026.26~22.04.1USN-6895-3
linux-image-oracle-64kUbuntu
Fixed in:6.5.0.1026.26~22.04.1USN-6895-3
linux-image-oracle-lts-18.04Ubuntu
Fixed in:4.15.0.1135.140USN-7028-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1125.118USN-6831-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1061.57USN-6821-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1110.140USN-6831-1
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.5.0.1020.21USN-6895-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1110.122~18.04.1USN-6831-1
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1058.56USN-6919-1
Fixed in:6.5.0.1020.21USN-6895-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1110.140USN-6831-1
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
linux-image-starfiveUbuntu
Fixed in:6.5.0.1017.18~22.04.1USN-6895-3
linux-image-virtualUbuntu
Fixed in:4.4.0.259.265USN-7039-1
Fixed in:4.15.0.229.213USN-7028-1
Fixed in:5.4.0.186.184USN-6831-1
Fixed in:5.15.0.112.112USN-6820-1
Fixed in:6.5.0.44.44USN-6895-1
linux-image-virtual-hwe-16.04Ubuntu
Fixed in:4.15.0.229.241~16.04.1USN-7028-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.186.206~18.04.1USN-6831-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.113.123~20.04.1USN-6871-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.5.0.44.44~22.04.1USN-6900-1
Fixed in:6.5.0.44.44USN-6895-1
linux-image-virtual-lts-utopicUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-vividUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-wilyUbuntu
Fixed in:4.4.0.259.265USN-7039-1
linux-image-virtual-lts-xenialUbuntu
Fixed in:4.4.0.259.293~14.04.1USN-7039-1
Fixed in:4.4.0.259.265USN-7039-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1045.45USN-6831-1
Fixed in:5.15.0.1030.34USN-6820-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1058.64USN-6821-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1058.64~20.04.1USN-6828-1
linux-kvmUbuntu
Fixed in:4.4.0-1137.147USN-7039-1
Fixed in:4.15.0-1156.161USN-7028-1
Fixed in:5.4.0-1114.121USN-6831-1
Fixed in:5.15.0-1060.65USN-6821-2
linux-lowlatencyUbuntu
Fixed in:5.15.0-110.120USN-6820-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-110.120~20.04.1USN-6820-1
linux-lowlatency-hwe-6.5Ubuntu
Fixed in:6.5.0-44.44.1~22.04.1USN-6895-3
linux-lts-xenialUbuntu
Fixed in:4.4.0-259.293~14.04.1USN-7039-1
linux-nvidiaUbuntu
Fixed in:5.15.0-1058.59USN-6820-2
linux-nvidia-6.5Ubuntu
Fixed in:6.5.0-1023.24USN-6895-1
linux-oem-6.5Ubuntu
Fixed in:6.5.0-1027.28USN-6895-4
linux-oracleUbuntu
Fixed in:4.15.0-1135.146~16.04.1USN-7028-1
Fixed in:4.15.0-1135.146USN-7028-1
Fixed in:5.4.0-1125.134USN-6831-1
Fixed in:5.15.0-1061.67USN-6821-1
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1125.134~18.04.1USN-6831-1
linux-oracle-6.5Ubuntu
Fixed in:6.5.0-1026.26~22.04.1USN-6895-3
linux-raspiUbuntu
Fixed in:5.4.0-1110.122USN-6831-1
Fixed in:5.15.0-1058.61USN-6919-1
Fixed in:6.5.0-1020.23USN-6895-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1110.122~18.04.1USN-6831-1
linux-starfive-6.5Ubuntu
Fixed in:6.5.0-1017.18~22.04.1USN-6895-3
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1045.49USN-6831-1
Fixed in:5.15.0-1030.34USN-6820-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.26%probability of exploitation in 30 days
17thpercentile

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

References

Related Vulnerabilities

Other CWE-787 (Out-of-bounds Write) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-22457Critical9.0100%KEV + RansomFix
CVE-2025-0282Critical9.0100%KEV + Ransom-
CVE-2015-3113Critical9.8100%KEVFix
CVE-2021-20038Critical9.8100%KEV + Ransom-
CVE-2023-4863High8.8100%KEVFix
CVE-2020-16040Medium6.5100%-Fix
Embed a live status badge for CVE-2024-26733
CVE-2024-26733 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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