CVE-2021-47106
- EPSS 0.02%
- Veröffentlicht 04.03.2024 19:15:18
- Zuletzt bearbeitet 14.01.2025 17:26:11
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy() We need to use list_for_each_entry_safe() iterator because we can not access @catchall after kfree_rcu() call...
CVE-2021-47107
- EPSS 0.02%
- Veröffentlicht 04.03.2024 19:15:18
- Zuletzt bearbeitet 14.02.2025 15:22:22
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix READDIR buffer overflow If a client sends a READDIR count argument that is too small (say, zero), then the buffer size calculation in the new init_dirlist helper function...
CVE-2021-47108
- EPSS 0.01%
- Veröffentlicht 04.03.2024 19:15:18
- Zuletzt bearbeitet 07.01.2025 20:14:35
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf In commit 41ca9caaae0b ("drm/mediatek: hdmi: Add check for CEA modes only") a check for CEA modes was added to func...
CVE-2021-47097
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 14.02.2025 14:52:13
In the Linux kernel, the following vulnerability has been resolved: Input: elantech - fix stack out of bound access in elantech_change_report_id() The array param[] in elantech_change_report_id() must be at least 3 bytes, because elantech_read_reg_...
CVE-2021-47098
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 03.02.2025 13:49:30
In the Linux kernel, the following vulnerability has been resolved: hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations Commit b50aa49638c7 ("hwmon: (lm90) Prevent integer underflows of temperature calculations") addressed a...
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 08.04.2025 15:02:45
In the Linux kernel, the following vulnerability has been resolved: veth: ensure skb entering GRO are not cloned. After commit d3256efd8e8b ("veth: allow enabling NAPI even without XDP"), if GRO is enabled on a veth device and TSO is disabled on th...
CVE-2021-47100
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 03.02.2025 13:51:24
In the Linux kernel, the following vulnerability has been resolved: ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module Hi, When testing install and uninstall of ipmi_si.ko and ipmi_msghandler.ko, the system crashed. The log as follow...
CVE-2021-47101
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 03.02.2025 14:02:18
In the Linux kernel, the following vulnerability has been resolved: asix: fix uninit-value in asix_mdio_read() asix_read_cmd() may read less than sizeof(smsr) bytes and in this case smsr will be uninitialized. Fail log: BUG: KMSAN: uninit-value in...
CVE-2021-47102
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 14.02.2025 14:54:40
In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info->upper_dev; We access upper_dev field, which is related only for particular events (e.g. event == NETD...
CVE-2021-47103
- EPSS 0.03%
- Veröffentlicht 04.03.2024 18:15:08
- Zuletzt bearbeitet 14.02.2025 15:03:01
In the Linux kernel, the following vulnerability has been resolved: inet: fully convert sk->sk_rx_dst to RCU rules syzbot reported various issues around early demux, one being included in this changelog [1] sk->sk_rx_dst is using RCU protection wi...