CVE-2024-40942
- EPSS 0.01%
- Published 12.07.2024 13:15:16
- Last modified 17.09.2025 15:01:31
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects The hwmp code use objects of type mesh_preq_queue, added to a list in ieee80211_if_mesh, to keep track of mpath we need to...
CVE-2024-40943
- EPSS 0.01%
- Published 12.07.2024 13:15:16
- Last modified 17.09.2025 15:02:30
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix races between hole punching and AIO+DIO After commit "ocfs2: return real error code in ocfs2_dio_wr_get_block", fstests/generic/300 become from always failed to sometime...
CVE-2024-40944
- EPSS 0.01%
- Published 12.07.2024 13:15:16
- Last modified 06.10.2025 20:49:55
In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix bug with call depth tracking The call to cc_platform_has() triggers a fault and system crash if call depth tracking is active because the GS segment has been reset b...
CVE-2024-40920
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 17.09.2025 15:40:24
In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix suspicious rcu usage in br_mst_set_state I converted br_mst_set_state to RCU to avoid a vlan use-after-free but forgot to change the vlan group dereference he...
CVE-2024-40921
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 17.09.2025 15:44:50
In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state Pass the already obtained vlan group pointer to br_mst_vlan_set_state() instead of dereferencing it again. Each ...
CVE-2024-40922
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 03.10.2025 14:25:01
In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: don't lock while !TASK_RUNNING There is a report of io_rsrc_ref_quiesce() locking a mutex while not TASK_RUNNING, which is due to forgetting restoring the state back...
CVE-2024-40923
- EPSS 0.02%
- Published 12.07.2024 13:15:15
- Last modified 03.10.2025 14:29:38
In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3_rq_create() fails to allocate memory for rq->data_ring.base, the subsequent call to vmxnet3_rq_destroy_all_rxda...
CVE-2024-40924
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 06.10.2025 20:53:01
In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm->bound_list. Th...
CVE-2024-40925
- EPSS 0.01%
- Published 12.07.2024 13:15:15
- Last modified 17.09.2025 15:15:28
In the Linux kernel, the following vulnerability has been resolved: block: fix request.queuelist usage in flush Friedrich Weber reported a kernel crash problem and bisected to commit 81ada09cc25e ("blk-flush: reuse rq queuelist in flush state machi...
CVE-2024-40927
- EPSS 0.03%
- Published 12.07.2024 13:15:15
- Last modified 17.09.2025 15:17:59
In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue ...