CVE-2024-26830
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:19:07
In the Linux kernel, the following vulnerability has been resolved: i40e: Do not allow untrusted VF to remove administratively set MAC Currently when PF administratively sets VF's MAC address and the VF is put down (VF tries to delete all MACs) the...
CVE-2024-26833
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 07.01.2025 17:12:57
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dm_sw_fini() After destroying dmub_srv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b458...
CVE-2024-26835
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:18:41
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration ca...
CVE-2024-26837
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:18:18
In the Linux kernel, the following vulnerability has been resolved: net: bridge: switchdev: Skip MDB replays of deferred events on offload Before this change, generation of the list of MDB events to replay would race against the creation of new gro...
CVE-2024-26838
- EPSS 0.02%
- Veröffentlicht 17.04.2024 10:15:09
- Zuletzt bearbeitet 02.04.2025 13:18:09
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. [50006.466686] Call Trace: [50006.466691] <IRQ> [50006.489538] ...
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-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.