CVE-2021-47146
- EPSS 0.24%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 20.12.2024 13:56:08
In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mld_newpack() mld_newpack() doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occ...
CVE-2021-47149
- EPSS 0.23%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 12.12.2024 15:40:48
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 ...
CVE-2021-47150
- EPSS 0.23%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 12.12.2024 15:41:29
In the Linux kernel, the following vulnerability has been resolved: net: fec: fix the potential memory leak in fec_enet_init() If the memory allocated for cbd_base is failed, it should free the memory allocated for the queues, otherwise it causes m...
CVE-2021-47153
- EPSS 0.23%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 04.08.2026 10:16:49
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction trig...
CVE-2021-47142
- EPSS 0.24%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 04.08.2026 10:16:48
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-47144
- EPSS 0.07%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 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.27%
- Veröffentlicht 25.03.2024 09:15:08
- Zuletzt bearbeitet 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-2023-52620
- EPSS 0.27%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 04.08.2026 10:18:35
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.27%
- Veröffentlicht 21.03.2024 11:15:28
- Zuletzt bearbeitet 04.08.2026 11:16:52
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-26635
- EPSS 0.24%
- Veröffentlicht 18.03.2024 11:15:10
- Zuletzt bearbeitet 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...