CVE-2024-35833
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 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-35827
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 03.02.2025 16:20:18
In the Linux kernel, the following vulnerability has been resolved: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() The "controllen" variable is type size_t (unsigned long). Casting it to int could lead to an integer underflow. The ch...
CVE-2024-35828
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 14.01.2025 14:54:31
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() In the for statement of lbs_allocate_cmd_buffer(), if the allocation of cmdarray[i].cmdbuf fails, both cmdarray and c...
CVE-2024-35821
- EPSS 0.25%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 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.08%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 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%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 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...
- EPSS 0.04%
- Veröffentlicht 17.05.2024 14:15:16
- Zuletzt bearbeitet 21.11.2024 09:20:57
In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion The first kiocb_set_cancel_fn() argument may point at a struct kiocb that is not embedded inside struct aio_kiocb. ...