CVE-2021-47293
- EPSS 0.23%
- 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.28%
- 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 1.5%
- 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.23%
- 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.23%
- 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-47277
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 30.04.2025 14:30:29
In the Linux kernel, the following vulnerability has been resolved: kvm: avoid speculation-based attacks from out-of-range memslot accesses KVM's mechanism for accessing guest memory translates a guest physical address (gpa) to a host virtual addre...
CVE-2021-47282
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 30.04.2025 14:30:12
In the Linux kernel, the following vulnerability has been resolved: spi: bcm2835: Fix out-of-bounds access with more than 4 slaves Commit 571e31fa60b3 ("spi: bcm2835: Cache CS register value for ->prepare_message()") limited the number of slaves to...
CVE-2021-47284
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 02.04.2025 14:48:11
In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in nj_probe: 'nj_setup' in netjet.c might fail with -EIO and in this case 'card->irq' is initialized and is bigger than zero. A subsequent call to 'n...
CVE-2021-47286
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 30.04.2025 14:26:35
In the Linux kernel, the following vulnerability has been resolved: bus: mhi: core: Validate channel ID when processing command completions MHI reads the channel ID from the event ring element sent by the device which can be any value between 0 and...
CVE-2021-47263
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:59:24
In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT(0) to BIT(4) however we ended up with BIT(n - 1) which is not right, and this was caught by below usban...