CVE-2023-52680
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 25.09.2025 16:16:52
In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing error checks to *_ctl_get() The *_ctl_get() functions which call scarlett2_update_*() were not checking the return value. Fix to check the return value...
CVE-2023-52681
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 25.09.2025 16:15:30
In the Linux kernel, the following vulnerability has been resolved: efivarfs: Free s_fs_info on unmount Now that we allocate a s_fs_info struct on fs context creation, we should ensure that we free it again when the superblock goes away.
CVE-2023-52682
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 19.09.2025 18:45:46
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for post_read case If inode is compressed, but not encrypted, it missed to call f2fs_wait_on_block_writeback() to wait for GCed page writeback ...
CVE-2023-52683
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 17.12.2025 03:43:50
In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpit_update_residency() there is a possibility of overflow in multiplication, if tsc_khz is large enough (> UINT_MAX/1000). Change...
CVE-2023-52684
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 07.04.2025 19:05:23
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: qseecom: fix memory leaks in error paths Fix instances of returning error codes directly instead of jumping to the relevant labels where memory allocated for the SC...
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...