CVE-2021-47401
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 26.09.2025 19:03:45
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...
CVE-2021-47404
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 24.12.2024 16:05:42
In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betop_probe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have a...
CVE-2021-47385
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 23.12.2024 21:01:31
In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for (val & 0x08) && (!(val & 0x80)) && ((val & 0x7) == ((v...
CVE-2021-47386
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 02.04.2025 14:52:22
In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for (val & 0x08) && (!(val & 0x80)) && ((val & 0x7) == ((v...
CVE-2021-47391
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 23.09.2025 20:16:11
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-47396
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 25.09.2025 15:36:22
In the Linux kernel, the following vulnerability has been resolved: mac80211-hwsim: fix late beacon hrtimer handling Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx that our handling of the hrtimer here is wrong: If the timer fire...
CVE-2021-47372
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 26.12.2024 17:57:10
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod plat_dev->dev->platform_data is released by platform_device_unregister(), use of pclk and hclk is a use-after-free. Since device unregister w...
CVE-2021-47374
- EPSS 0.21%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 12.05.2025 19:52:58
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-47375
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 02.04.2025 14:53:06
In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blk_trace access after removing by sysfs There is an use-after-free problem triggered by following process: P1(sda) P2(sdb) echo 0 > /sys/block/sd...
CVE-2021-47376
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 25.09.2025 15:50:04
In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc() Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what km...