CVE-2021-47410
- EPSS 0.21%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 11.08.2026 03:17:20
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...
CVE-2021-47412
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:26
- Zuletzt bearbeitet 04.08.2026 10:17:02
In the Linux kernel, the following vulnerability has been resolved: block: don't call rq_qos_ops->done_bio if the bio isn't tracked rq_qos framework is only applied on request based driver, so: 1) rq_qos_done_bio() needn't to be called for bio bas...
CVE-2021-47401
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 04.08.2026 10:17:02
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-47403
- EPSS 0.25%
- Veröffentlicht 21.05.2024 15:15:25
- Zuletzt bearbeitet 02.04.2025 14:52:09
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix module reference leak A reference to the carrier module was taken on every open but was only released once when the final reference to the tty struct was droppe...
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 04.08.2026 10:17:01
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...