CVE-2024-40944
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
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.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
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.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 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%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 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%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
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.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 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.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
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 ...
CVE-2024-40929
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in ...
CVE-2024-40930
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 06.10.2025 20:52:32
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it.