CVE-2023-52687
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 25.09.2025 16:14:49
In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dma_map_sg() calls Macro dma_map_sg() may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping ...
CVE-2023-52688
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 19.09.2025 18:46:21
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev cre...
CVE-2023-52689
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 25.09.2025 16:10:51
In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing mutex lock around get meter levels As scarlett2_meter_ctl_get() uses meter_level_map[], the data_mutex should be locked while accessing it.
CVE-2023-52674
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 07.04.2025 19:05:31
In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() Ensure the value passed to scarlett2_mixer_ctl_put() is between 0 and SCARLETT2_MIXER_MAX_VALUE so we don't attempt to acc...
CVE-2023-52676
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 25.09.2025 16:23:01
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The ar...
CVE-2023-52677
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:18
- Zuletzt bearbeitet 25.09.2025 16:18:59
In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloc_to_page() which panics since the address does not lie in the vmalloc region.
CVE-2024-35834
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 19.09.2025 16:21:56
In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xsk_buff_free() call when __xsk_rcv_zc() failed to produce descriptor to XSK Rx queue.
CVE-2024-35835
- EPSS 0.16%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...
CVE-2024-35836
- EPSS 0.03%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 19.09.2025 16:40:19
In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed (other kernel module instance of the same PCI device have ...
- EPSS 0.05%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 21.11.2024 09:21:00
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before i...