CVE-2021-47292
- EPSS 0.08%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.12.2024 16:58:26
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memleak in io_init_wq_offload() I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 (size 96): comm "syz-executor....
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.02%
- 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.
CVE-2021-47297
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 02.04.2025 14:42:58
In the Linux kernel, the following vulnerability has been resolved: net: fix uninit-value in caif_seqpkt_sendmsg When nr_segs equal to zero in iovec_from_user, the object msg->msg_iter.iov is uninit stack memory in caif_seqpkt_sendmsg which is defi...
CVE-2021-47298
- EPSS 0.09%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 23.12.2024 16:39:18
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skb_linearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block ...
CVE-2021-47299
- EPSS 0.09%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 26.12.2024 20:43:42
In the Linux kernel, the following vulnerability has been resolved: xdp, net: Fix use-after-free in bpf_xdp_link_release The problem occurs between dev_get_by_index() and dev_xdp_attach_link(). At this point, dev_xdp_uninstall() is called. Then xdp...
CVE-2021-47300
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 26.12.2024 20:44:16
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix tail_call_reachable rejection for interpreter when jit failed During testing of f263a81451c1 ("bpf: Track subprog poke descriptors correctly and fix use-after-free") under...
CVE-2021-47301
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:17
- Zuletzt bearbeitet 26.12.2024 20:44:31
In the Linux kernel, the following vulnerability has been resolved: igb: Fix use-after-free error during reset Cleans the next descriptor to watch (next_to_watch) when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If ig...