CVE-2021-47387
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 25.09.2025 15:38:17
In the Linux kernel, the following vulnerability has been resolved: cpufreq: schedutil: Use kobject release() method to free sugov_tunables The struct sugov_tunables is protected by the kobject, so we can't free it directly. Otherwise we would get ...
CVE-2021-47388
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 30.12.2024 20:05:07
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix use-after-free in CCMP/GCMP RX When PN checking is done in mac80211, for fragmentation we need to copy the PN to the RX struct so we can later use it to do a comparis...
CVE-2021-47393
- EPSS 0.05%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 23.09.2025 20:17:04
In the Linux kernel, the following vulnerability has been resolved: hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs Fan speed minimum can be enforced from sysfs. For example, setting current fan speed to 20 i...
CVE-2021-47395
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:24
- Zuletzt bearbeitet 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%
- 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.02%
- 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-47373
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 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-47375
- EPSS 0.01%
- 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.01%
- 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...
CVE-2021-47379
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:23
- Zuletzt bearbeitet 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] ==================================...