CVE & CISA-KEV Catalog

CVE-2021-47185

MEDIUM
4.4
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc When running ltp testcase(ltp/testcases/kernel/pty/pty04.c) with arm64, there is a soft lockup, which look like this one: Workqueue: events_unbound flush_to_ldisc Call trace: dump_backtrace+0x0/0x1ec show_stack+0x24/0x30 dump_stack+0xd0/0x128 panic+0x15c/0x374 watchdog_timer_fn+0x2b8/0x304 __run_hrtimer+0x88/0x2c0 __hrtimer_run_queues+0xa4/0x120 hrtimer_interrupt+0xfc/0x270 arch_timer_handler_phys+0x40/0x50 handle_percpu_devid_irq+0x94/0x220 __handle_domain_irq+0x88/0xf0 gic_handle_irq+0x84/0xfc el1_irq+0xc8/0x180 slip_unesc+0x80/0x214 [slip] tty_ldisc_receive_buf+0x64/0x80 tty_port_default_receive_buf+0x50/0x90 flush_to_ldisc+0xbc/0x110 process_one_work+0x1d4/0x4b0 worker_thread+0x180/0x430 kthread+0x11c/0x120 In the testcase pty04, The first process call the write syscall to send data to the pty master. At the same time, the workqueue will do the flush_to_ldisc to pop data in a loop until there is no more data left. When the sender and workqueue running in different core, the sender sends data fastly in full time which will result in workqueue doing work in loop for a long time and occuring softlockup in flush_to_ldisc with kernel configured without preempt. So I add need_resched check and cond_resched in the flush_to_ldisc loop to avoid it.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.84-1CVE-2021-47185
Fixed in:5.15.5-1CVE-2021-47185
Fixed in:5.15.5-1CVE-2021-47185
Fixed in:5.15.5-1CVE-2021-47185
bpftoolRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.3.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernelRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64kRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-coreRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-cross-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-coreRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-develRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-modulesRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-develRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-docRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rtRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-coreRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-extraRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
kernel-rt-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-develRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modulesRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRocky
Fixed in:0:4.18.0-553.5.1.rt7.346.el8_10RHSA-2024:3627
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-toolsRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-libsRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-libs-develRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
perf-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
python3-perfRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:4.18.0-553.5.1.el8_10RHSA-2024:3618
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRocky
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.79.1.el9_4RHSA-2025:11810
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315

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 RequiredHigh
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.18%probability of exploitation in 30 days
8thpercentile

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

References

Related Vulnerabilities

Other CWE-667 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-10072High7.573%-Fix
CVE-2002-1850High7.517%-Fix
CVE-2009-2699High7.514%-Fix
CVE-2004-0174High7.512%--
CVE-2009-4272High7.511%--
CVE-2020-24606High8.65.2%-Fix
Embed a live status badge for CVE-2021-47185
CVE-2021-47185 severity badge

Markdown

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

HTML

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

Find and fix vulnerabilities across your fleet

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

Start free

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