CVE-2024-27045
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:13:59
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' Tell snprintf() to store at most 10 bytes in the output buffer instead of 30. Fixes the below: drivers...
CVE-2024-27046
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 18:19:19
In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle acti_netdevs allocation failure The kmalloc_array() in nfp_fl_lag_do_work() will return null, if the physical memory has run out. As a result, if we dereference...
CVE-2024-27047
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:14:13
In the Linux kernel, the following vulnerability has been resolved: net: phy: fix phy_get_internal_delay accessing an empty array The phy_get_internal_delay function could try to access to an empty array in the case that the driver is calling phy_g...
CVE-2024-27048
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:05:50
In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmk_op allocation failure The kzalloc() in brcmf_pmksa_v3_op() will return null if the physical memory has run out. As a result, if we dereference the null ...
CVE-2022-48669
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 08.04.2025 18:42:41
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in papr_get_attr() `buf` is allocated in papr_get_attr(), and krealloc() of `buf` could fail. We need to free the original `buf` in the case ...
CVE-2023-52649
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 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%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 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%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 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%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 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%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 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...