CVE-2024-44972
- EPSS 0.02%
- Published 04.09.2024 19:15:31
- Last modified 03.10.2024 16:10:12
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clear page dirty inside extent_write_locked_range() [BUG] For subpage + zoned case, the following workload can lead to rsv data leak at unmount time: # mkfs.btrfs ...
CVE-2024-44973
- EPSS 0.03%
- Published 04.09.2024 19:15:31
- Last modified 03.10.2024 14:23:09
In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call do_slab_free for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside do_slab_free to the wrapper functions outside. This is...
CVE-2024-44949
- EPSS 0.02%
- Published 04.09.2024 19:15:30
- Last modified 03.11.2025 23:15:44
In the Linux kernel, the following vulnerability has been resolved: parisc: fix a possible DMA corruption ARCH_DMA_MINALIGN was defined as 16 - this is too small - it may be possible that two unrelated 16-byte allocations share a cache line. If one...
CVE-2024-44950
- EPSS 0.02%
- Published 04.09.2024 19:15:30
- Last modified 03.11.2025 21:16:19
In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix invalid FIFO access with special register set When enabling access to the special register set, Receiver time-out and RHR interrupts can happen. In this case...
CVE-2024-44951
- EPSS 0.02%
- Published 04.09.2024 19:15:30
- Last modified 09.10.2024 14:27:43
In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix TX fifo corruption Sometimes, when a packet is received on channel A at almost the same time as a packet is about to be transmitted on channel B, we observe ...
CVE-2024-44953
- EPSS 0.04%
- Published 04.09.2024 19:15:30
- Last modified 07.03.2025 18:15:40
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix deadlock during RTC update There is a deadlock when runtime suspend waits for the flush of RTC work, and the RTC work calls ufshcd_rpm_get_sync() to wait for r...
CVE-2024-44954
- EPSS 0.02%
- Published 04.09.2024 19:15:30
- Last modified 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-44955
- EPSS 0.04%
- Published 04.09.2024 19:15:30
- Last modified 19.06.2025 14:15:45
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-44956
- EPSS 0.02%
- Published 04.09.2024 19:15:30
- Last modified 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%
- Published 04.09.2024 19:15:30
- Last modified 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 ...