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-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-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-26820
- EPSS 0.01%
- Veröffentlicht 17.04.2024 10:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:20
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-24856
- EPSS 0.02%
- Veröffentlicht 17.04.2024 09:15:07
- Zuletzt bearbeitet 15.04.2026 00:35:42
The memory allocation function ACPI_ALLOCATE_ZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer...
CVE-2024-26817
- EPSS 0.2%
- 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-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.02%
- 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...