CVE-2021-47236
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 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%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 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%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 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...
CVE-2021-47226
- EPSS 0.05%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 29.04.2025 19:26:36
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer Both Intel and AMD consider it to be architecturally valid for XRSTOR to fail with #PF but nonetheless change...
CVE-2021-47227
- EPSS 0.02%
- Veröffentlicht 21.05.2024 15:15:11
- Zuletzt bearbeitet 29.04.2025 19:41:06
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Prevent state corruption in __fpu__restore_sig() The non-compacted slowpath uses __copy_from_user() and copies the entire user buffer into the kernel buffer, verbatim. Th...
CVE-2024-35999
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 04.04.2025 14:32:31
In the Linux kernel, the following vulnerability has been resolved: smb3: missing lock when picking channel Coverity spotted a place where we should have been holding the channel lock when accessing the ses channel index. Addresses-Coverity: 15820...
CVE-2024-36000
- EPSS 0.01%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 23.09.2025 18:23:11
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix missing hugetlb_lock for resv uncharge There is a recent report on UFFDIO_COPY over hugetlb: https://lore.kernel.org/all/000000000000ee06de0616177560@google.com/ ...
CVE-2024-36001
- EPSS 0.03%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 23.09.2025 18:39:36
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfs_perform_write(), when the file is marked NETFS_ICTX_WRITETHROUGH or O_*SYNC or RWF_*SYNC was specifi...