CVE-2024-44954
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 03.11.2025 23:15:44
In the Linux kernel, the following vulnerability has been resolved: ALSA: line6: Fix racy access to midibuf There can be concurrent accesses to line6 midibuf from both the URB completion callback and the rawmidi API access. This could be a cause o...
CVE-2024-44956
- EPSS 0.03%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 06.09.2024 16:37:11
In the Linux kernel, the following vulnerability has been resolved: drm/xe/preempt_fence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preempt_fence_work_func() since we operate on single global ordered-wq f...
CVE-2024-44957
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 06.09.2024 16:37:00
In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Switch from mutex to spinlock for irqfds irqfd_wakeup() gets EPOLLHUP, when it is called by eventfd_release() by way of wake_up_poll(&ctx->wqh, EPOLLHUP), which gets ...
CVE-2024-44958
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 03.11.2025 23:15:44
In the Linux kernel, the following vulnerability has been resolved: sched/smt: Fix unbalance sched_smt_present dec/inc I got the following warn report while doing stress test: jump label: negative count! WARNING: CPU: 3 PID: 38 at kernel/jump_labe...
CVE-2024-44959
- EPSS 0.03%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 10.10.2024 17:54:07
In the Linux kernel, the following vulnerability has been resolved: tracefs: Use generic inode RCU for synchronizing freeing With structure layout randomization enabled for 'struct inode' we need to avoid overlapping any of the RCU-used / initializ...
CVE-2024-44960
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 12.05.2026 12:17:09
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: core: Check for unset descriptor Make sure the descriptor has been set before looking at maxpacket. This fixes a null pointer panic in this case. This may happen if t...
CVE-2024-44961
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 04.10.2024 16:39:39
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Forward soft recovery errors to userspace As we discussed before[1], soft recovery should be forwarded to userspace, or we can get into a really bad state where apps wi...
CVE-2024-44962
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 04.10.2024 16:20:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading When unload the btnxpuart driver, its associated timer will be deleted. If the timer happens to be m...
CVE-2024-44963
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 09.12.2024 13:10:03
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON() when freeing tree block after error When freeing a tree block, at btrfs_free_tree_block(), if we fail to create a delayed reference we don't deal with the er...
CVE-2024-44964
- EPSS 0.02%
- Veröffentlicht 04.09.2024 19:15:30
- Zuletzt bearbeitet 06.09.2024 16:36:45
In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring q_vector->vport pointers after reinitializating ...