CVE-2024-35845
- EPSS 0.27%
- Veröffentlicht 17.05.2024 15:15:21
- Zuletzt bearbeitet 07.04.2025 19:04:58
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dbg-tlv: ensure NUL termination The iwl_fw_ini_debug_info_tlv is used as a string, so we must ensure the string is terminated correctly before using it.
CVE-2024-35847
- EPSS 0.02%
- Veröffentlicht 17.05.2024 15:15:21
- Zuletzt bearbeitet 30.12.2024 17:41:16
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in its_vpe_irq_domain_alloc() causes a double free when its_vpe_init() fails after successfully allocating ...
CVE-2024-35849
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:21
- Zuletzt bearbeitet 03.02.2025 16:23:16
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfs_ioctl_logical_to_ino() Syzbot reported the following information leak for in btrfs_ioctl_logical_to_ino(): BUG: KMSAN: kernel-infoleak in in...
CVE-2023-52690
- EPSS 0.04%
- Veröffentlicht 17.05.2024 15:15:20
- Zuletzt bearbeitet 21.11.2024 08:40:22
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check to scom_debug_init_one() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Add a null pointer ...
CVE-2023-52691
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:20
- Zuletzt bearbeitet 10.01.2025 17:59:11
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in si_dpm_init When the allocation of adev->pm.dpm.dyn_state.vddc_dependency_on_dispclk.entries fails, amdgpu_free_extended_power_table is called to f...
CVE-2023-52696
- EPSS 0.53%
- Veröffentlicht 17.05.2024 15:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:16
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_powercap_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.
CVE-2023-52679
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 10.01.2025 17:43:16
In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in of_parse_phandle_with_args_map In of_parse_phandle_with_args_map() the inner loop that iterates through the map entries calls of_node_put(new) to free the re...
CVE-2023-52686
- EPSS 0.01%
- Veröffentlicht 17.05.2024 15:15:19
- Zuletzt bearbeitet 21.11.2024 08:40:21
In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_event_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.
CVE-2024-35835
- EPSS 0.16%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...
CVE-2024-35829
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 07.04.2025 19:06:07
In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.