CVE & CISA-KEV Catalog

CVE-2024-36003

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: ice: fix LAG and VF lock dependency in ice_reset_vf() 9f74a3dfcf83 ("ice: Fix VF Reset paths when interface in a failed over aggregate"), the ice driver has acquired the LAG mutex in ice_reset_vf(). The commit placed this lock acquisition just prior to the acquisition of the VF configuration lock. If ice_reset_vf() acquires the configuration lock via the ICE_VF_RESET_LOCK flag, this could deadlock with ice_vc_cfg_qs_msg() because it always acquires the locks in the order of the VF configuration lock and then the LAG mutex. Lockdep reports this violation almost immediately on creating and then removing 2 VF: ====================================================== WARNING: possible circular locking dependency detected 6.8.0-rc6 #54 Tainted: G W O ------------------------------------------------------ kworker/60:3/6771 is trying to acquire lock: ff40d43e099380a0 (&vf->cfg_lock){+.+.}-{3:3}, at: ice_reset_vf+0x22f/0x4d0 [ice] but task is already holding lock: ff40d43ea1961210 (&pf->lag_mutex){+.+.}-{3:3}, at: ice_reset_vf+0xb7/0x4d0 [ice] which lock already depends on the new lock. the existing dependency chain (in reverse order) is: -> #1 (&pf->lag_mutex){+.+.}-{3:3}: __lock_acquire+0x4f8/0xb40 lock_acquire+0xd4/0x2d0 __mutex_lock+0x9b/0xbf0 ice_vc_cfg_qs_msg+0x45/0x690 [ice] ice_vc_process_vf_msg+0x4f5/0x870 [ice] __ice_clean_ctrlq+0x2b5/0x600 [ice] ice_service_task+0x2c9/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 kthread+0x104/0x140 ret_from_fork+0x31/0x50 ret_from_fork_asm+0x1b/0x30 -> #0 (&vf->cfg_lock){+.+.}-{3:3}: check_prev_add+0xe2/0xc50 validate_chain+0x558/0x800 __lock_acquire+0x4f8/0xb40 lock_acquire+0xd4/0x2d0 __mutex_lock+0x9b/0xbf0 ice_reset_vf+0x22f/0x4d0 [ice] ice_process_vflr_event+0x98/0xd0 [ice] ice_service_task+0x1cc/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 kthread+0x104/0x140 ret_from_fork+0x31/0x50 ret_from_fork_asm+0x1b/0x30 other info that might help us debug this: Possible unsafe locking scenario: CPU0 CPU1 ---- ---- lock(&pf->lag_mutex); lock(&vf->cfg_lock); lock(&pf->lag_mutex); lock(&vf->cfg_lock); *** DEADLOCK *** 4 locks held by kworker/60:3/6771: #0: ff40d43e05428b38 ((wq_completion)ice){+.+.}-{0:0}, at: process_one_work+0x176/0x4d0 #1: ff50d06e05197e58 ((work_completion)(&pf->serv_task)){+.+.}-{0:0}, at: process_one_work+0x176/0x4d0 #2: ff40d43ea1960e50 (&pf->vfs.table_lock){+.+.}-{3:3}, at: ice_process_vflr_event+0x48/0xd0 [ice] #3: ff40d43ea1961210 (&pf->lag_mutex){+.+.}-{3:3}, at: ice_reset_vf+0xb7/0x4d0 [ice] stack backtrace: CPU: 60 PID: 6771 Comm: kworker/60:3 Tainted: G W O 6.8.0-rc6 #54 Hardware name: Workqueue: ice ice_service_task [ice] Call Trace: <TASK> dump_stack_lvl+0x4a/0x80 check_noncircular+0x12d/0x150 check_prev_add+0xe2/0xc50 ? save_trace+0x59/0x230 ? add_chain_cache+0x109/0x450 validate_chain+0x558/0x800 __lock_acquire+0x4f8/0xb40 ? lockdep_hardirqs_on+0x7d/0x100 lock_acquire+0xd4/0x2d0 ? ice_reset_vf+0x22f/0x4d0 [ice] ? lock_is_held_type+0xc7/0x120 __mutex_lock+0x9b/0xbf0 ? ice_reset_vf+0x22f/0x4d0 [ice] ? ice_reset_vf+0x22f/0x4d0 [ice] ? rcu_is_watching+0x11/0x50 ? ice_reset_vf+0x22f/0x4d0 [ice] ice_reset_vf+0x22f/0x4d0 [ice] ? process_one_work+0x176/0x4d0 ice_process_vflr_event+0x98/0xd0 [ice] ice_service_task+0x1cc/0x480 [ice] process_one_work+0x1e9/0x4d0 worker_thread+0x1e1/0x3d0 ? __pfx_worker_thread+0x10/0x10 kthread+0x104/0x140 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x31/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1b/0x30 </TASK> To avoid deadlock, we must acquire the LAG ---truncated---

How to fix

Remediation Available
linuxDebian
Fixed in:6.8.9-1CVE-2024-36003
Fixed in:6.8.9-1CVE-2024-36003
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
bpftoolRocky
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:7.3.0-427.33.1.el9_4RHSA-2024:5928
kernelRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64kRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debugRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debugRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-docRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rtRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-toolsRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-uki-virtRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perfRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
perf-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perfRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rtlaRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
rvRocky
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
Fixed in:0:5.14.0-427.33.1.el9_4RHSA-2024:5928
linuxUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-awsUbuntu
Fixed in:6.8.0-1013.14USN-6949-1
linux-gcpUbuntu
Fixed in:6.8.0-1012.13USN-6949-1
linux-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-6.8.0-1008-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-image-6.8.0-1009-raspiUbuntu
Fixed in:6.8.0-1009.10USN-6949-2
linux-image-6.8.0-1010-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-6.8.0-1010-oemUbuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-6.8.0-1010-oracleUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-6.8.0-1010-oracle-64kUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-6.8.0-1011-nvidiaUbuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-6.8.0-1011-nvidia-64kUbuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-6.8.0-1011-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-6.8.0-1011-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-6.8.0-1012-gcpUbuntu
Fixed in:6.8.0-1012.13USN-6949-1
linux-image-6.8.0-1013-awsUbuntu
Fixed in:6.8.0-1013.14USN-6949-1
linux-image-6.8.0-40-genericUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-6.8.0-40-generic-64kUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-6.8.0-40-lowlatencyUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-6.8.0-40-lowlatency-64kUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-awsUbuntu
Fixed in:6.8.0-1013.14USN-6949-1
linux-image-gcpUbuntu
Fixed in:6.8.0-1012.13USN-6949-1
linux-image-genericUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-64kUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-generic-lpaeUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-gkeUbuntu
Fixed in:6.8.0-1008.11USN-6949-1
linux-image-ibmUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1010.10USN-6949-1
linux-image-kvmUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-lowlatencyUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-lowlatency-64kUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-image-nvidiaUbuntu
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-nvidia-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1011.11USN-6949-1
linux-image-nvidia-64k-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-image-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-nvidia-lowlatency-64kUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-image-oracleUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-image-raspiUbuntu
Fixed in:6.8.0-1009.10USN-6949-2
linux-image-virtualUbuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-40.40USN-6949-1
linux-lowlatencyUbuntu
Fixed in:6.8.0-40.40.1USN-6949-2
linux-nvidiaUbuntu
Fixed in:6.8.0-1011.11USN-6949-1
linux-nvidia-6.8Ubuntu
Fixed in:6.8.0-1011.11~22.04.1USN-6949-1
linux-nvidia-lowlatencyUbuntu
Fixed in:6.8.0-1011.11.1USN-6952-1
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1010.10USN-6955-1
linux-oracleUbuntu
Fixed in:6.8.0-1010.10USN-6952-1
linux-raspiUbuntu
Fixed in:6.8.0-1009.10USN-6949-2

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

Low risk: more likely to be exploited than 6% 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-2024-36003
CVE-2024-36003 severity badge

Markdown

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

HTML

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