CVE-2024-26839
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 14.01.2025 14:56:47
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix a memleak in init_credit_return When dma_alloc_coherent fails to allocate dd->cr_base[i].va, init_credit_return should deallocate dd->cr_base and dd->cr_base[i] that a...
CVE-2024-26840
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 07.01.2025 17:13:19
In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix memory leak in cachefiles_add_cache() The following memory leak was reported after unbinding /dev/cachefiles: =====================================================...
CVE-2024-26841
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:18:01
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Update cpu_sibling_map when disabling nonboot CPUs Update cpu_sibling_map when disabling nonboot CPUs by defining & calling clear_cpu_sibling_map(), otherwise we get suc...
CVE-2024-26842
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd() When task_tag >= 32 (in MCQ mode) and sizeof(unsigned int) == 4, 1U << task_tag will out of bounds for a u32 mask. Fix this u...
CVE-2023-52642
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 27.03.2025 21:05:43
In the Linux kernel, the following vulnerability has been resolved: media: rc: bpf attach/detach requires write permission Note that bpf attach/detach also requires CAP_NET_ADMIN.
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.01%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 27.03.2025 20:43:09
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.18%
- 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.