CVE-2023-52649
- EPSS 0.02%
- Published 01.05.2024 13:15:48
- Last modified 23.12.2024 19:14:57
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Avoid reading beyond LUT array When the floor LUT index (drm_fixp2int(lut_index) is the last index of the array the ceil LUT index will point to an entry beyond the array...
CVE-2023-52650
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 23.12.2024 14:09:30
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for of_find_device_by_node Add check for the return value of of_find_device_by_node() and return the error if it fails in order to avoid NULL poin...
CVE-2023-52652
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 18.09.2025 14:42:06
In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntb_register_device() If device_register() fails in ntb_register_device(), the device name allocated by dev_set_name() should be freed. As per the co...
CVE-2023-52653
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 08.04.2025 18:42:28
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gss_import_v2_context The ctx->mech_used.data allocated by kmemdup is not freed in neither gss_import_v2_context nor it only caller gss_krb5_import_sec_con...
CVE-2024-27023
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 18.09.2025 14:38:05
In the Linux kernel, the following vulnerability has been resolved: md: Fix missing release of 'active_io' for flush submit_flushes atomic_set(&mddev->flush_pending, 1); rdev_for_each_rcu(rdev, mddev) atomic_inc(&mddev->flush_pending); bi->bi...
CVE-2024-27024
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 23.12.2024 19:22:58
In the Linux kernel, the following vulnerability has been resolved: net/rds: fix WARNING in rds_conn_connect_if_down If connection isn't established yet, get_mr() will fail, trigger connection after get_mr().
CVE-2024-27025
- EPSS 0.01%
- Published 01.05.2024 13:15:48
- Last modified 23.12.2024 19:24:12
In the Linux kernel, the following vulnerability has been resolved: nbd: null check for nla_nest_start nla_nest_start() may fail and return NULL. Insert a check and set errno based on other call sites within the same source code.
CVE-2024-27026
- EPSS 0.02%
- Published 01.05.2024 13:15:48
- Last modified 05.03.2025 15:11:27
In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix missing reserved tailroom Use rbi->len instead of rcd->len for non-dataring packet. Found issue: XDP_WARN: xdp_update_frame_from_buff(line:278): Driver BUG: missing...
CVE-2024-27027
- EPSS 0.04%
- Published 01.05.2024 13:15:48
- Last modified 18.09.2025 14:43:15
In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpll_xa_ref_*_del() for multiple registrations Currently, if there are multiple registrations of the same pin on the same dpll device, following warnings are observed: WA...
CVE-2024-27022
- EPSS 0.01%
- Published 01.05.2024 06:15:21
- Last modified 04.11.2025 18:16:12
In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING [1]. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfs_fallocate dup...