CVE & CISA-KEV Catalog

CVE-2023-54008

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: virtio_vdpa: build affinity masks conditionally We try to build affinity mask via create_affinity_masks() unconditionally which may lead several issues: - the affinity mask is not used for parent without affinity support (only VDUSE support the affinity now) - the logic of create_affinity_masks() might not work for devices other than block. For example it's not rare in the networking device where the number of queues could exceed the number of CPUs. Such case breaks the current affinity logic which is based on group_cpus_evenly() who assumes the number of CPUs are not less than the number of groups. This can trigger a warning[1]: if (ret >= 0) WARN_ON(nr_present + nr_others < numgrps); Fixing this by only build the affinity masks only when - Driver passes affinity descriptor, driver like virtio-blk can make sure to limit the number of queues when it exceeds the number of CPUs - Parent support affinity setting config ops This help to avoid the warning. More optimizations could be done on top. [1] [ 682.146655] WARNING: CPU: 6 PID: 1550 at lib/group_cpus.c:400 group_cpus_evenly+0x1aa/0x1c0 [ 682.146668] CPU: 6 PID: 1550 Comm: vdpa Not tainted 6.5.0-rc5jason+ #79 [ 682.146671] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014 [ 682.146673] RIP: 0010:group_cpus_evenly+0x1aa/0x1c0 [ 682.146676] Code: 4c 89 e0 5b 5d 41 5c 41 5d 41 5e c3 cc cc cc cc e8 1b c4 74 ff 48 89 ef e8 13 ac 98 ff 4c 89 e7 45 31 e4 e8 08 ac 98 ff eb c2 <0f> 0b eb b6 e8 fd 05 c3 00 45 31 e4 eb e5 cc cc cc cc cc cc cc cc [ 682.146679] RSP: 0018:ffffc9000215f498 EFLAGS: 00010293 [ 682.146682] RAX: 000000000001f1e0 RBX: 0000000000000041 RCX: 0000000000000000 [ 682.146684] RDX: ffff888109922058 RSI: 0000000000000041 RDI: 0000000000000030 [ 682.146686] RBP: ffff888109922058 R08: ffffc9000215f498 R09: ffffc9000215f4a0 [ 682.146687] R10: 00000000000198d0 R11: 0000000000000030 R12: ffff888107e02800 [ 682.146689] R13: 0000000000000030 R14: 0000000000000030 R15: 0000000000000041 [ 682.146692] FS: 00007fef52315740(0000) GS:ffff888237380000(0000) knlGS:0000000000000000 [ 682.146695] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 682.146696] CR2: 00007fef52509000 CR3: 0000000110dbc004 CR4: 0000000000370ee0 [ 682.146698] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 682.146700] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 682.146701] Call Trace: [ 682.146703] <TASK> [ 682.146705] ? __warn+0x7b/0x130 [ 682.146709] ? group_cpus_evenly+0x1aa/0x1c0 [ 682.146712] ? report_bug+0x1c8/0x1e0 [ 682.146717] ? handle_bug+0x3c/0x70 [ 682.146721] ? exc_invalid_op+0x14/0x70 [ 682.146723] ? asm_exc_invalid_op+0x16/0x20 [ 682.146727] ? group_cpus_evenly+0x1aa/0x1c0 [ 682.146729] ? group_cpus_evenly+0x15c/0x1c0 [ 682.146731] create_affinity_masks+0xaf/0x1a0 [ 682.146735] virtio_vdpa_find_vqs+0x83/0x1d0 [ 682.146738] ? __pfx_default_calc_sets+0x10/0x10 [ 682.146742] virtnet_find_vqs+0x1f0/0x370 [ 682.146747] virtnet_probe+0x501/0xcd0 [ 682.146749] ? vp_modern_get_status+0x12/0x20 [ 682.146751] ? get_cap_addr.isra.0+0x10/0xc0 [ 682.146754] virtio_dev_probe+0x1af/0x260 [ 682.146759] really_probe+0x1a5/0x410

How to fix

Remediation Available
linuxDebian
Fixed in:6.5.3-1CVE-2023-54008
Fixed in:6.5.3-1CVE-2023-54008
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
bpftoolRocky
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:7.3.0-427.13.1.el9_4RHSA-2024:2394
kernelRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64kRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debugRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-docRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rtRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-toolsRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperfRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perfRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
perf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perfRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rtlaRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
rvRocky
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394
Fixed in:0:5.14.0-427.13.1.el9_4RHSA-2024:2394

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

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.17%probability of exploitation in 30 days
6thpercentile

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

References

Embed a live status badge for CVE-2023-54008
CVE-2023-54008 severity badge

Markdown

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

HTML

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