CVE-2023-52662
- EPSS 0.01%
- Published 17.05.2024 14:15:08
- Last modified 14.01.2025 14:55:24
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node When ida_alloc_max fails, resources allocated before should be freed, including *res allocated by kmalloc and ttm_resource_init.
CVE-2023-52663
- EPSS 0.02%
- Published 17.05.2024 14:15:08
- Last modified 07.01.2025 16:58:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() Driver uses kasprintf() to initialize fw_{code,data}_bin members of struct acp_dev_data, but kfree() is never called to deall...
CVE-2023-52664
- EPSS 0.03%
- Published 17.05.2024 14:15:08
- Last modified 07.01.2025 17:00:00
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aq_ring_free could be called multiple times on same ring, i...
CVE-2024-35793
- EPSS 0.03%
- Published 17.05.2024 13:15:59
- Last modified 26.09.2025 16:20:35
In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in ...
CVE-2024-35794
- EPSS 0.03%
- Published 17.05.2024 13:15:59
- Last modified 26.09.2025 16:20:03
In the Linux kernel, the following vulnerability has been resolved: dm-raid: really frozen sync_thread during suspend 1) commit f52f5c71f3d4 ("md: fix stopping sync thread") remove MD_RECOVERY_FROZEN from __md_stop_writes() and doesn't realize t...
CVE-2024-27434
- EPSS 0.02%
- Published 17.05.2024 13:15:58
- Last modified 26.09.2025 16:21:35
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't set the MFP flag for the GTK The firmware doesn't need the MFP flag for the GTK, it can even make the firmware crash. in case the AP is configured with: g...
CVE-2024-27435
- EPSS 0.01%
- Published 17.05.2024 13:15:58
- Last modified 26.09.2025 19:01:59
In the Linux kernel, the following vulnerability has been resolved: nvme: fix reconnection fail due to reserved tag allocation We found a issue on production environment while using NVMe over RDMA, admin_q reconnect failed forever while remote targ...
CVE-2024-27436
- EPSS 0.26%
- Published 17.05.2024 13:15:58
- Last modified 21.11.2024 09:04:36
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Stop parsing channels bits when all channels are found. If a usb audio device sets more bits than the amount of channels it could write outside of the map array.
CVE-2024-35784
- EPSS 0.03%
- Published 17.05.2024 13:15:58
- Last modified 10.01.2025 18:09:46
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock...
- EPSS 0.05%
- Published 17.05.2024 13:15:58
- Last modified 21.11.2024 09:20:53
In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix kernel panic caused by incorrect error handling The error path while failing to register devices on the TEE bus has a bug leading to kernel panic as follows: [ 1...