CVE-2021-47309
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 18:44:48
In the Linux kernel, the following vulnerability has been resolved: net: validate lwtstate->data before returning from skb_tunnel_info() skb_tunnel_info() returns pointer of lwtstate->data as ip_tunnel_info type without validation. lwtstate->data c...
CVE-2021-47310
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 19:50:22
In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlan_remove_one priv is netdev private data and it cannot be used after free_netdev() call. Using priv after free_netdev() can cause UAF bug. Fix it by moving f...
CVE-2021-47311
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 26.12.2024 19:50:44
In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emac_remove adpt is netdev private data and it cannot be used after free_netdev() call. Using adpt after free_netdev() can cause UAF bug. Fix it by movin...
CVE-2021-47314
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 24.12.2024 16:38:21
In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed a...
CVE-2021-47315
- EPSS 0%
- Veröffentlicht 21.05.2024 15:15:18
- Zuletzt bearbeitet 12.05.2025 20:00:08
In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fsl_ifc.c:298 fsl_ifc_ctrl_probe()...
CVE-2021-47291
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.12.2024 16:47:57
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the o...
CVE-2021-47293
- EPSS 0.03%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 07.05.2025 17:51:27
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: Skip non-Ethernet packets Currently tcf_skbmod_act() assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, fo...
CVE-2021-47294
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.06.2025 20:19:04
In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 ("netrom: switch to sock timer API") switched to use sock timer API. It replaces mod_timer() by sk_reset_...
CVE-2021-47295
- EPSS 0.1%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 06.12.2025 05:16:40
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_partial_destroy_work Syzbot reported memory leak in tcindex_set_parms(). The problem was in non-freed perfect hash in tcindex_partial_destroy...
CVE-2021-47296
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.06.2025 20:19:54
In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak vcpu_put is not called if the user copy fails. This can result in preempt notifier corruption and crashes, among other issues.