CVE-2024-27042
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:12:55
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_init()' The issue arises when the array 'adev->vcn.vcn_config' is accessed before checking if the index...
CVE-2024-27043
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 19:13:31
In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvb_register_device, *pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, *pdvbdev is not set to N...
CVE-2024-27044
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:49
- Zuletzt bearbeitet 23.12.2024 14:12:17
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' The 'stream' pointer is used in dcn10_set_output_transfer_func() before the check if ...
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...