CVE-2021-47140
- EPSS 0.05%
- Published 25.03.2024 09:15:08
- Last modified 19.03.2025 16:28:16
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Clear DMA ops when switching domain Since commit 08a27c1c3ecf ("iommu: Add support to change default domain of an iommu group") a user can switch a device between IOMMU ...
CVE-2021-47143
- EPSS 0.02%
- Published 25.03.2024 09:15:08
- Last modified 13.03.2025 21:09:12
In the Linux kernel, the following vulnerability has been resolved: net/smc: remove device from smcd_dev_list after failed device_add() If the device_add() for a smcd_dev fails, there's no cleanup step that rolls back the earlier list_add(). The de...
CVE-2021-47136
- EPSS 0.02%
- Published 25.03.2024 09:15:07
- Last modified 13.03.2025 21:09:56
In the Linux kernel, the following vulnerability has been resolved: net: zero-initialize tc skb extension on allocation Function skb_ext_add() doesn't initialize created skb extension with any value and leaves it up to the user. However, since exte...
CVE-2023-52620
- EPSS 0.01%
- Published 21.03.2024 11:15:28
- Last modified 16.09.2025 16:25:21
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.
CVE-2024-26642
- EPSS 0.01%
- Published 21.03.2024 11:15:28
- Last modified 13.03.2025 21:20:08
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ens...
CVE-2024-26643
- EPSS 0.01%
- Published 21.03.2024 11:15:28
- Last modified 13.03.2025 21:20:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymou...
CVE-2024-26640
- EPSS 0.01%
- Published 18.03.2024 11:15:11
- Last modified 10.03.2025 17:01:43
In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these...
CVE-2024-26641
- EPSS 0.02%
- Published 18.03.2024 11:15:11
- Last modified 28.03.2025 16:17:08
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...
CVE-2024-26634
- EPSS 0.01%
- Published 18.03.2024 11:15:10
- Last modified 10.03.2025 15:44:00
In the Linux kernel, the following vulnerability has been resolved: net: fix removing a namespace with conflicting altnames Mark reports a BUG() when a net namespace is removed. kernel BUG at net/core/dev.c:11520! Physical interfaces moved ou...
CVE-2024-26635
- EPSS 0.01%
- Published 18.03.2024 11:15:10
- Last modified 10.03.2025 17:06:20
In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETH_P_TR_802_2. syzbot reported an uninit-value bug below. [0] llc supports ETH_P_802_2 (0x0004) and used to support ETH_P_TR_802_2 (0x0011), and syzbot abus...