CVE-2021-47295
- EPSS 0.05%
- Published 21.05.2024 15:15:17
- Last modified 02.04.2025 14:47:33
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%
- Published 21.05.2024 15:15:17
- Last modified 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%
- Published 21.05.2024 15:15:17
- Last modified 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.01%
- Published 21.05.2024 15:15:16
- Last modified 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.05%
- Published 21.05.2024 15:15:16
- Last modified 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.01%
- Published 21.05.2024 15:15:16
- Last modified 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.1%
- Published 21.05.2024 15:15:16
- Last modified 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.02%
- Published 21.05.2024 15:15:15
- Last modified 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...
CVE-2021-47265
- EPSS 0.01%
- Published 21.05.2024 15:15:15
- Last modified 30.04.2025 14:57:20
In the Linux kernel, the following vulnerability has been resolved: RDMA: Verify port when creating flow rule Validate port value provided by the user and with that remove no longer needed validation by the driver. The missing check in the mlx5_ib...
CVE-2021-47267
- EPSS 0.11%
- Published 21.05.2024 15:15:15
- Last modified 04.04.2025 14:30:02
In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadget panics on 10gbps cabling usb_assign_descriptors() is called with 5 parameters, the last 4 of which are the usb_descriptor_header for: full-speed (USB1.1 -...