CVE-2021-47428
- EPSS 0.22%
- Veröffentlicht 21.05.2024 15:15:28
- Zuletzt bearbeitet 25.09.2025 16:07:53
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: fix program check interrupt emergency stack path Emergency stack path was jumping into a 3: label inside the __GEN_COMMON_BODY macro for the normal path after it had f...
CVE-2021-47407
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 21.11.2024 06:36:04
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of init_srcu_struct(), which can fail due to OOM, when initializing the page track mechanism. ...
CVE-2021-47408
- EPSS 0.25%
- 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.21%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 11.08.2026 03:17:20
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.23%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 04.08.2026 10:17:02
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.22%
- 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-47399
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 24.12.2024 16:06:15
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup The ixgbe driver currently generates a NULL pointer dereference with some machine (online cpus < 63). This is due to the fact...
CVE-2021-47391
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 04.08.2026 10:17:01
In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests The FSM can run in a circle allowing rdma_resolve_ip() to be called twice on the same id_priv. While this c...
CVE-2021-47374
- EPSS 0.5%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 04.08.2026 10:17:00
In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, ca...
CVE-2021-47378
- EPSS 1.17%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 02.04.2025 14:52:37
In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cm_id before destroy qp to avoid to get cma event after qp was destroyed, which may lead...