CVE-2021-47229
- EPSS 0.01%
- Published 21.05.2024 15:15:12
- Last modified 29.04.2025 19:42:00
In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fix kernel panic during PIO transfer Trying to start a new PIO transfer by writing value 0 in PIO_START register when previous transfer has not yet completed (which ...
CVE-2021-47230
- EPSS 0.02%
- Published 21.05.2024 15:15:12
- Last modified 04.04.2025 14:31:41
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Immediately reset the MMU context when the SMM flag is cleared Immediately reset the MMU context when the vCPU's SMM flag is cleared so that the SMM flag in the MMU role ...
CVE-2021-47231
- EPSS 0.01%
- Published 21.05.2024 15:15:12
- Last modified 04.04.2025 14:31:28
In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: fix memory leak in mcba_usb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usb_coherent. In mcba_us...
CVE-2021-47232
- EPSS 0.02%
- Published 21.05.2024 15:15:12
- Last modified 04.04.2025 14:31:13
In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix Use-after-Free, hold skb ref while in use This patch fixes a Use-after-Free found by the syzbot. The problem is that a skb is taken from the per-session skb queue,...
CVE-2021-47234
- EPSS 0.02%
- Published 21.05.2024 15:15:12
- Last modified 29.04.2025 19:42:29
In the Linux kernel, the following vulnerability has been resolved: phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init() Use clk_disable_unprepare() in the error path of mtk_phy_init() to fix some resource leaks.
CVE-2021-47236
- EPSS 0.01%
- Published 21.05.2024 15:15:12
- Last modified 29.04.2025 19:44:19
In the Linux kernel, the following vulnerability has been resolved: net: cdc_eem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eem_tx_fixup(), if skb_copy_expand() failed, it return NULL, usbnet_start_xmit() will have no chance...
CVE-2021-47221
- EPSS 0.02%
- Published 21.05.2024 15:15:11
- Last modified 29.04.2025 19:07:02
In the Linux kernel, the following vulnerability has been resolved: mm/slub: actually fix freelist pointer vs redzoning It turns out that SLUB redzoning ("slub_debug=Z") checks from s->object_size rather than from s->inuse (which is normally bumped...
CVE-2021-47222
- EPSS 0.01%
- Published 21.05.2024 15:15:11
- Last modified 29.04.2025 19:13:04
In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dst_clone() and directly sets the result which is wrong because the entry might have 0 refcnt or ...
CVE-2021-47224
- EPSS 0.05%
- Published 21.05.2024 15:15:11
- Last modified 04.04.2025 14:32:24
In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: Make sure to free skb when it is completely used With the skb pointer piggy-backed on the TX BD, we have a simple and efficient way to free the skb buffer when the f...
CVE-2021-47225
- EPSS 0.02%
- Published 21.05.2024 15:15:11
- Last modified 04.04.2025 14:31:52
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix deadlock in AP/VLAN handling Syzbot reports that when you have AP_VLAN interfaces that are up and close the AP interface they belong to, we get a deadlock. No surpris...