CVE & CISA-KEV Catalog

CVE-2023-52562

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy() After the commit in Fixes:, if a module that created a slab cache does not release all of its allocated objects before destroying the cache (at rmmod time), we might end up releasing the kmem_cache object without removing it from the slab_caches list thus corrupting the list as kmem_cache_destroy() ignores the return value from shutdown_cache(), which in turn never removes the kmem_cache object from slabs_list in case __kmem_cache_shutdown() fails to release all of the cache's slabs. This is easily observable on a kernel built with CONFIG_DEBUG_LIST=y as after that ill release the system will immediately trip on list_add, or list_del, assertions similar to the one shown below as soon as another kmem_cache gets created, or destroyed: [ 1041.213632] list_del corruption. next->prev should be ffff89f596fb5768, but was 52f1e5016aeee75d. (next=ffff89f595a1b268) [ 1041.219165] ------------[ cut here ]------------ [ 1041.221517] kernel BUG at lib/list_debug.c:62! [ 1041.223452] invalid opcode: 0000 [#1] PREEMPT SMP PTI [ 1041.225408] CPU: 2 PID: 1852 Comm: rmmod Kdump: loaded Tainted: G B W OE 6.5.0 #15 [ 1041.228244] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20230524-3.fc37 05/24/2023 [ 1041.231212] RIP: 0010:__list_del_entry_valid+0xae/0xb0 Another quick way to trigger this issue, in a kernel with CONFIG_SLUB=y, is to set slub_debug to poison the released objects and then just run cat /proc/slabinfo after removing the module that leaks slab objects, in which case the kernel will panic: [ 50.954843] general protection fault, probably for non-canonical address 0xa56b6b6b6b6b6b8b: 0000 [#1] PREEMPT SMP PTI [ 50.961545] CPU: 2 PID: 1495 Comm: cat Kdump: loaded Tainted: G B W OE 6.5.0 #15 [ 50.966808] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20230524-3.fc37 05/24/2023 [ 50.972663] RIP: 0010:get_slabinfo+0x42/0xf0 This patch fixes this issue by properly checking shutdown_cache()'s return value before taking the kmem_cache_release() branch.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.64-1CVE-2023-52562
Fixed in:6.5.6-1CVE-2023-52562
Fixed in:6.5.6-1CVE-2023-52562
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
bpftoolRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
bpftool-debuginfoRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:7.0.0-284.48.1.el9_2RHSA-2024:0448
kernelRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernelRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64kRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-develRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modulesRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-coreRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debugRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-coreRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-develRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modulesRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfoRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-develRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-devel-matchedRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-docRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modulesRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modules-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modules-extraRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-toolsRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-libsRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
perfRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
perfRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
perf-debuginfoRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
python3-perfRocky
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-513.9.1.el8_9RHSA-2023:7549
Fixed in:0:4.18.0-477.36.1.el8_8RHSA-2023:7539
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
rhel9/flatpakRed Hat / RHEL
Fixed in:runtime@sha256:919d9484d95a7a7040429b95dedd434a324f936919f9201cdbc05988e39ec8b6_amd64RHBA-2024:0611
Fixed in:sdk@sha256:a15f72867b33d40c240440a42a6509a28a9f6d1cfe80e99df19f5e01d1fdb593_amd64RHBA-2024:0611
rhel9/flatpakRocky
Fixed in:sdk@sha256:a15f72867b33d40c240440a42a6509a28a9f6d1cfe80e99df19f5e01d1fdb593_amd64RHBA-2024:0611
Fixed in:runtime@sha256:919d9484d95a7a7040429b95dedd434a324f936919f9201cdbc05988e39ec8b6_amd64RHBA-2024:0611
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
rtlaRocky
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448
Fixed in:0:5.14.0-284.48.1.el9_2RHSA-2024:0448

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.22%probability of exploitation in 30 days
13thpercentile

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

References

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

Markdown

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

HTML

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