CVE-2021-47414
- EPSS 0.03%
- Published 21.05.2024 15:15:26
- Last modified 25.09.2025 16:10:07
In the Linux kernel, the following vulnerability has been resolved: riscv: Flush current cpu icache before other cpus On SiFive Unmatched, I recently fell onto the following BUG when booting: [ 0.000000] ftrace: allocating 36610 entries in 144 ...
CVE-2021-47415
- EPSS 0.03%
- Published 21.05.2024 15:15:26
- Last modified 31.12.2024 18:51:37
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mvm: Fix possible NULL dereference In __iwl_mvm_remove_time_event() check that 'te_data->vif' is NULL before dereferencing it.
CVE-2021-47397
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 24.12.2024 16:06:56
In the Linux kernel, the following vulnerability has been resolved: sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb We should always check if skb_header_pointer's return is NULL before using it, otherwise it may cause null-ptr-d...
CVE-2021-47398
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 19.09.2025 14:28:59
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured...
CVE-2021-47399
- EPSS 0.02%
- Published 21.05.2024 15:15:25
- Last modified 24.12.2024 16:06:15
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup The ixgbe driver currently generates a NULL pointer dereference with some machine (online cpus < 63). This is due to the fact...
CVE-2021-47400
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 25.09.2025 15:35:04
In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setu...
CVE-2021-47401
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 26.09.2025 19:03:45
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...
CVE-2021-47402
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 14.01.2025 17:29:04
In the Linux kernel, the following vulnerability has been resolved: net: sched: flower: protect fl_walk() with rcu Patch that refactored fl_walk() to use idr_for_each_entry_continue_ul() also removed rcu protection of individual filters which cause...
CVE-2021-47403
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 02.04.2025 14:52:09
In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix module reference leak A reference to the carrier module was taken on every open but was only released once when the final reference to the tty struct was droppe...
CVE-2021-47404
- EPSS 0.01%
- Published 21.05.2024 15:15:25
- Last modified 24.12.2024 16:05:42
In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betop_probe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have a...