CVE-2021-47424
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 23.09.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix freeing of uninitialized misc IRQ vector When VSI set up failed in i40e_probe() as part of PF switch set up driver was trying to free misc IRQ vectors in i40e_clear_inter...
CVE-2021-47425
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:27
- Zuletzt bearbeitet 23.09.2025 20:18:04
In the Linux kernel, the following vulnerability has been resolved: i2c: acpi: fix resource leak in reconfiguration device addition acpi_i2c_find_adapter_by_handle() calls bus_find_device() which takes a reference on the adapter which is never rele...
CVE-2021-47406
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 02.04.2025 14:51:38
In the Linux kernel, the following vulnerability has been resolved: ext4: add error checking to ext4_ext_replay_set_iblocks() If the call to ext4_map_blocks() fails due to an corrupted file system, ext4_ext_replay_set_iblocks() can get stuck in an ...
CVE-2021-47408
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:32:02
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: serialize hash resizes and cleanups Syzbot was able to trigger the following warning [1] No repro found by syzbot yet but I was able to trigger similar issue...
CVE-2021-47410
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:30:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...
CVE-2021-47412
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 15:27:14
In the Linux kernel, the following vulnerability has been resolved: block: don't call rq_qos_ops->done_bio if the bio isn't tracked rq_qos framework is only applied on request based driver, so: 1) rq_qos_done_bio() needn't to be called for bio bas...
CVE-2021-47414
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 25.09.2025 16:10:07
In the Linux kernel, the following vulnerability has been resolved: riscv: Flush current cpu icache before other cpus On SiFive Unmatched, I recently fell onto the following BUG when booting: [ 0.000000] ftrace: allocating 36610 entries in 144 ...
CVE-2021-47398
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 19.09.2025 14:28:59
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured...
CVE-2021-47400
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 25.09.2025 15:35:04
In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setu...
CVE-2021-47401
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 26.09.2025 19:03:45
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...