CVE-2021-47119
- EPSS 0.25%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:31:16
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4_fill_super Buffer head references must be released before calling kill_bdev(); otherwise the buffer head (and its page referenced by b_data) will not ...
CVE-2021-47120
- EPSS 0.24%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 18:00:30
In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 ("HID: magicmouse: add support for Apple Magic Trackpad 2") added a sanity check for an Apple trackpad but returne...
CVE-2021-47121
- EPSS 0.23%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:59
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in cfusbl_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free alloca...
CVE-2021-47122
- EPSS 0.23%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:41
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in caif_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free allocate...
CVE-2021-47126
- EPSS 0.24%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 04.04.2025 14:48:08
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions Reported by syzbot: HEAD commit: 90c911ad Merge tag 'fixes' of git://git.kernel.org/pub/scm.. git tree: ...
CVE-2021-47129
- EPSS 0.55%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 04.04.2025 14:47:56
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: skip expectations for confirmed conntrack nft_ct_expect_obj_eval() calls nf_ct_ext_add() for a confirmed conntrack entry. However, nf_ct_ext_add() can only be ca...
CVE-2021-47131
- EPSS 0.26%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 27.02.2025 03:20:09
In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix use-after-free after the TLS device goes down and up When a netdev with active TLS offload goes down, tls_device_down is called to stop the offload and tear down the T...
CVE-2021-47109
- EPSS 0.24%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 27.02.2025 03:20:09
In the Linux kernel, the following vulnerability has been resolved: neighbour: allow NUD_NOARP entries to be forced GCed IFF_POINTOPOINT interfaces use NUD_NOARP entries for IPv6. It's possible to fill up the neighbour table with enough entries tha...
CVE-2021-47110
- EPSS 0.25%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 13.03.2025 19:36:23
In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Disable kvmclock on all CPUs on shutdown Currenly, we disable kvmclock from machine_shutdown() hook and this only happens for boot CPU. We need to disable it for all CPUs ...
CVE-2021-47112
- EPSS 0.24%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 13.03.2025 19:36:08
In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Teardown PV features on boot CPU as well Various PV features (Async PF, PV EOI, steal time) work through memory shared with hypervisor and when we restore from hibernation...