CVE-2023-52643
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 14.01.2025 14:58:40
In the Linux kernel, the following vulnerability has been resolved: iio: core: fix memleak in iio_device_register_sysfs When iio_device_register_sysfs_group() fails, we should free iio_dev_opaque->chan_attr_group.attrs to prevent potential memleak.
CVE-2024-26818
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 27.03.2025 21:07:41
In the Linux kernel, the following vulnerability has been resolved: tools/rtla: Fix clang warning about mount_point var size clang is reporting this warning: $ make HOSTCC=clang CC=clang LLVM_IAS=1 [...] clang -O -g -DVERSION=\"6.8.0-rc3\" -flto=a...
CVE-2024-26820
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 27.03.2025 21:08:08
In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed If hv_netvsc driver is unloaded and reloaded, the NET_DEVICE_REGISTER handler cannot perform VF register succes...
CVE-2024-26822
- EPSS 0.04%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 17.03.2026 17:22:03
In the Linux kernel, the following vulnerability has been resolved: smb: client: set correct id, uid and cruid for multiuser automounts When uid, gid and cruid are not specified, we need to dynamically set them into the filesystem context used for ...
CVE-2024-26817
- EPSS 0.16%
- Veröffentlicht 13.04.2024 12:15:11
- Zuletzt bearbeitet 04.11.2025 19:17:03
In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow.
CVE-2021-47199
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 14.01.2025 16:40:06
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT, Fix multiple allocations and memleak of mod acts CT clear action offload adds additional mod hdr actions to the flow's original mod actions in order to clear the reg...
CVE-2021-47200
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 07.01.2025 17:12:06
In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap drm_gem_ttm_mmap() drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drm_gem...
CVE-2021-47201
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:15:23
In the Linux kernel, the following vulnerability has been resolved: iavf: free q_vectors before queues in iavf_disable_vf iavf_free_queues() clears adapter->num_active_queues, which iavf_free_q_vectors() relies on, so swap the order of these two fu...
CVE-2021-47202
- EPSS 0.01%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 14.01.2025 14:42:43
In the Linux kernel, the following vulnerability has been resolved: thermal: Fix NULL pointer dereferences in of_thermal_ functions of_parse_thermal_zones() parses the thermal-zones node and registers a thermal_zone device for each subnode. However...
CVE-2021-47203
- EPSS 0.02%
- Veröffentlicht 10.04.2024 19:15:48
- Zuletzt bearbeitet 27.03.2025 21:15:41
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt...