CVE & CISA-KEV Catalog

CVE-2022-50269

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkms_init() A memory leak was reported after the vkms module install failed. unreferenced object 0xffff88810bc28520 (size 16): comm "modprobe", pid 9662, jiffies 4298009455 (age 42.590s) hex dump (first 16 bytes): 01 01 00 64 81 88 ff ff 00 00 dc 0a 81 88 ff ff ...d............ backtrace: [<00000000e7561ff8>] kmalloc_trace+0x27/0x60 [<000000000b1954a0>] 0xffffffffc45200a9 [<00000000abbf1da0>] do_one_initcall+0xd0/0x4f0 [<000000001505ee87>] do_init_module+0x1a4/0x680 [<00000000958079ad>] load_module+0x6249/0x7110 [<00000000117e4696>] __do_sys_finit_module+0x140/0x200 [<00000000f74b12d2>] do_syscall_64+0x35/0x80 [<000000008fc6fcde>] entry_SYSCALL_64_after_hwframe+0x46/0xb0 The reason is that the vkms_init() returns without checking the return value of vkms_create(), and if the vkms_create() failed, the config allocated at the beginning of vkms_init() is leaked. vkms_init() config = kmalloc(...) # config allocated ... return vkms_create() # vkms_create failed and config is leaked Fix this problem by checking return value of vkms_create() and free the config if error happened.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.20-1CVE-2022-50269
Fixed in:6.1.20-1CVE-2022-50269
Fixed in:6.1.20-1CVE-2022-50269
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
bpftoolRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
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:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:7.2.0-362.8.1.el9_3RHSA-2023:6583
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernelRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
kernel-64kRocky
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-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-debugRocky
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-debug-coreRocky
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-debuginfoRocky
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-develRed Hat / RHEL
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-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-modulesRocky
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-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-extraRed 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-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-extraRed Hat / RHEL
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-abi-stablelistsRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-develRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-modulesRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-extraRed Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debuginfoRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-develRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-devel-matchedRocky
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-modulesRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-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-extraRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rtRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
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-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-develRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
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:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.70.1.rt7.411.el8_10RHSA-2025:13961
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.rt21.218.el9_0RHSA-2025:15658
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-toolsRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
kernel-zfcpdump-modules-coreRocky
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-extraRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-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
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
perfRed Hat / RHEL
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
perfRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
python3-perfRocky
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
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-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-362.8.1.el9_3RHSA-2023:6583
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:4.18.0-513.5.1.el8_9RHSA-2023:7077
Fixed in:0:4.18.0-553.70.1.el8_10RHSA-2025:13960
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
Fixed in:0:5.14.0-70.146.1.el9_0RHSA-2025:15670
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-70.146.1.el9_0RHSA-2025:15670
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
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
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
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

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

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

References

Related Vulnerabilities

Other CWE-401 (Missing Release of Memory (Memory Leak)) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2020-13934High7.564%-Fix
CVE-2016-6304High7.563%-Fix
CVE-2019-12265Medium5.355%-Fix
CVE-2001-0136Medium5.045%--
CVE-2016-4232High7.536%--
CVE-2001-0543Medium5.021%--
Embed a live status badge for CVE-2022-50269
CVE-2022-50269 severity badge

Markdown

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

HTML

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