CVE-2021-47082
- EPSS 0.04%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.01.2025 15:00:32
In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tun_free_netdev Avoid double free in tun_free_netdev() by moving the dev->tstats and tun->security allocs to a new ndo_init routine (tun_net_init()) that ...
CVE-2021-47083
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:24:59
In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: fix global-out-of-bounds issue When eint virtual eint number is greater than gpio number, it maybe produce 'desc[eint_n]' size globle-out-of-bounds issue.
CVE-2021-47086
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:13:09
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was n...
CVE-2021-47087
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:19:57
In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages (struct page *page) has already progressed towards the end of allocation. It is incorrect to perform __free_p...
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:20:45
In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: protect targets destructions with kdamond_lock DAMON debugfs interface iterates current monitoring targets in 'dbgfs_target_ids_read()' while holding the correspond...
CVE-2021-47089
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 04.04.2025 14:41:46
In the Linux kernel, the following vulnerability has been resolved: kfence: fix memory leak when cat kfence objects Hulk robot reported a kmemleak problem: unreferenced object 0xffff93d1d8cc02e8 (size 248): comm "cat", pid 23327, jiffies...
CVE-2021-47090
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.02.2025 14:31:43
In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page() Hulk Robot reported a panic in put_page_testzero() when testing madvise() with MADV_SOFT_OFFLINE. The BUG() is...
CVE-2021-47091
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 03.02.2025 13:42:00
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix locking in ieee80211_start_ap error path We need to hold the local->mtx to release the channel context, as even encoded by the lockdep_assert_held() there. Fix it.
CVE-2021-47092
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.02.2025 14:49:18
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Always clear vmx->fail on emulation_required Revert a relatively recent change that set vmx->fail if the vCPU is in L2 and emulation_required is true, as that behavior is...
CVE-2021-47093
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.01.2025 15:39:17
In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel_pmc_core: fix memleak on registration failure In case device registration fails during module initialisation, the platform device structure needs to be freed us...