CVE-2021-47138
- EPSS 0.02%
- Published 25.03.2024 09:15:08
- Last modified 13.03.2025 21:09:44
In the Linux kernel, the following vulnerability has been resolved: cxgb4: avoid accessing registers when clearing filters Hardware register having the server TID base can contain invalid values when adapter is in bad state (for example, due to AER...
CVE-2021-47139
- EPSS 0.02%
- Published 25.03.2024 09:15:08
- Last modified 13.03.2025 21:09:36
In the Linux kernel, the following vulnerability has been resolved: net: hns3: put off calling register_netdev() until client initialize complete Currently, the netdevice is registered before client initializing complete. So there is a timewindow b...
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-47141
- EPSS 0.02%
- Published 25.03.2024 09:15:08
- Last modified 20.12.2024 13:52:15
In the Linux kernel, the following vulnerability has been resolved: gve: Add NULL pointer checks when freeing irqs. When freeing notification blocks, we index priv->msix_vectors. If we failed to allocate priv->msix_vectors (see abort_with_msix_vect...
CVE-2021-47142
- EPSS 0.01%
- Published 25.03.2024 09:15:08
- Last modified 17.12.2024 14:56:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm->sg to NULL. Hit panic below [ 1235.844104] general protection fault, probably for non-canonical address 0x6b6b6b6...
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-47144
- EPSS 0.07%
- Published 25.03.2024 09:15:08
- Last modified 19.06.2025 14:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2021-47145
- EPSS 0.01%
- Published 25.03.2024 09:15:08
- Last modified 20.12.2024 13:54:08
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON in link_to_fixup_dir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 [#1] SMP N...
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.