CVE-2021-47395
- EPSS 0.01%
- Published 21.05.2024 15:15:24
- Last modified 25.09.2025 15:36:57
In the Linux kernel, the following vulnerability has been resolved: mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap Limit max values for vht mcs and nss in ieee80211_parse_tx_radiotap routine in order to fix the following warnin...
CVE-2021-47396
- EPSS 0.02%
- Published 21.05.2024 15:15:24
- Last modified 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-47371
- EPSS 0.02%
- Published 21.05.2024 15:15:23
- Last modified 02.04.2025 14:53:12
In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix memory leaks in nexthop notification chain listeners syzkaller discovered memory leaks [1] that can be reduced to the following commands: # ip nexthop add id 1 black...
CVE-2021-47372
- EPSS 0.02%
- Published 21.05.2024 15:15:23
- Last modified 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-47373
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 26.12.2024 17:57:35
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In its_vpe_irq_domain_alloc, when its_vpe_init() returns an error, there is an off-by-one in the number of VPEs to be freed. Fi...
CVE-2021-47374
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 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.01%
- Published 21.05.2024 15:15:23
- Last modified 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.01%
- Published 21.05.2024 15:15:23
- Last modified 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...
CVE-2021-47378
- EPSS 0.06%
- Published 21.05.2024 15:15:23
- Last modified 02.04.2025 14:52:37
In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cm_id before destroy qp to avoid to get cma event after qp was destroyed, which may lead...
CVE-2021-47379
- EPSS 0.01%
- Published 21.05.2024 15:15:23
- Last modified 23.12.2024 20:47:30
In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd KASAN reports a use-after-free report when doing fuzz test: [693354.104835] ==================================...