- EPSS 0.07%
- Published 17.05.2024 14:15:19
- Last modified 21.11.2024 09:20:59
In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...
CVE-2024-35831
- EPSS 0.03%
- Published 17.05.2024 14:15:19
- Last modified 26.09.2025 16:06:17
In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix release of pinned pages when __io_uaddr_map fails Looking at the error path of __io_uaddr_map, if we fail after pinning the pages for any reasons, ret will be set to ...
CVE-2024-35832
- EPSS 0.06%
- Published 17.05.2024 14:15:19
- Last modified 24.09.2025 21:04:58
In the Linux kernel, the following vulnerability has been resolved: bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit bch_fs::snapshots is allocated by kvzalloc in __snapshot_t_mut. It should be freed by kvfree not kfree. Or umount will ...
CVE-2024-35833
- EPSS 0.03%
- Published 17.05.2024 14:15:19
- Last modified 07.04.2025 19:06:00
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qd...
CVE-2024-35824
- EPSS 0.02%
- Published 17.05.2024 14:15:18
- Last modified 26.09.2025 16:23:26
In the Linux kernel, the following vulnerability has been resolved: misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume When not configured for wakeup lis3lv02d_i2c_suspend() will call lis3lv02d_poweroff() even if the ...
- EPSS 0.07%
- Published 17.05.2024 14:15:18
- Last modified 21.11.2024 09:20:59
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Fix handling of zero block length packets While connecting to a Linux host with CDC_NCM_NTB_DEF_SIZE_TX set to 65536, it has been observed that we receive short p...
CVE-2024-35826
- EPSS 0.02%
- Published 17.05.2024 14:15:18
- Last modified 26.09.2025 16:07:22
In the Linux kernel, the following vulnerability has been resolved: block: Fix page refcounts for unaligned buffers in __bio_release_pages() Fix an incorrect number of pages being released for buffers that do not start at the beginning of a page.
CVE-2024-35821
- EPSS 0.32%
- Published 17.05.2024 14:15:17
- Last modified 21.11.2024 09:20:58
In the Linux kernel, the following vulnerability has been resolved: ubifs: Set page uptodate in the correct place Page cache reads are lockless, so setting the freshly allocated page uptodate before we've overwritten it with the data it's supposed ...
- EPSS 0.07%
- Published 17.05.2024 14:15:17
- Last modified 21.11.2024 09:20:58
In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c...
CVE-2024-35823
- EPSS 0.27%
- Published 17.05.2024 14:15:17
- Last modified 07.04.2025 19:06:14
In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 ("vt: fix memory overlapping when de...