CVE & CISA-KEV Catalog

CVE-2022-50628

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/gud: Fix UBSAN warning UBSAN complains about invalid value for bool: [ 101.165172] [drm] Initialized gud 1.0.0 20200422 for 2-3.2:1.0 on minor 1 [ 101.213360] gud 2-3.2:1.0: [drm] fb1: guddrmfb frame buffer device [ 101.213426] usbcore: registered new interface driver gud [ 101.989431] ================================================================================ [ 101.989441] UBSAN: invalid-load in linux/include/linux/iosys-map.h:253:9 [ 101.989447] load of value 121 is not a valid value for type '_Bool' [ 101.989451] CPU: 1 PID: 455 Comm: kworker/1:6 Not tainted 5.18.0-rc5-gud-5.18-rc5 #3 [ 101.989456] Hardware name: Hewlett-Packard HP EliteBook 820 G1/1991, BIOS L71 Ver. 01.44 04/12/2018 [ 101.989459] Workqueue: events_long gud_flush_work [gud] [ 101.989471] Call Trace: [ 101.989474] <TASK> [ 101.989479] dump_stack_lvl+0x49/0x5f [ 101.989488] dump_stack+0x10/0x12 [ 101.989493] ubsan_epilogue+0x9/0x3b [ 101.989498] __ubsan_handle_load_invalid_value.cold+0x44/0x49 [ 101.989504] dma_buf_vmap.cold+0x38/0x3d [ 101.989511] ? find_busiest_group+0x48/0x300 [ 101.989520] drm_gem_shmem_vmap+0x76/0x1b0 [drm_shmem_helper] [ 101.989528] drm_gem_shmem_object_vmap+0x9/0xb [drm_shmem_helper] [ 101.989535] drm_gem_vmap+0x26/0x60 [drm] [ 101.989594] drm_gem_fb_vmap+0x47/0x150 [drm_kms_helper] [ 101.989630] gud_prep_flush+0xc1/0x710 [gud] [ 101.989639] ? _raw_spin_lock+0x17/0x40 [ 101.989648] gud_flush_work+0x1e0/0x430 [gud] [ 101.989653] ? __switch_to+0x11d/0x470 [ 101.989664] process_one_work+0x21f/0x3f0 [ 101.989673] worker_thread+0x200/0x3e0 [ 101.989679] ? rescuer_thread+0x390/0x390 [ 101.989684] kthread+0xfd/0x130 [ 101.989690] ? kthread_complete_and_exit+0x20/0x20 [ 101.989696] ret_from_fork+0x22/0x30 [ 101.989706] </TASK> [ 101.989708] ================================================================================ The source of this warning is in iosys_map_clear() called from dma_buf_vmap(). It conditionally sets values based on map->is_iomem. The iosys_map variables are allocated uninitialized on the stack leading to ->is_iomem having all kinds of values and not only 0/1. Fix this by zeroing the iosys_map variables.

How to fix

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

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-2022-50628
CVE-2022-50628 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2022-50628"><img src="https://tridentstack.com/cve/badge/CVE-2022-50628.svg" alt="CVE-2022-50628"></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-08.