CVE-2022-48630
- EPSS 0.01%
- Veröffentlicht 05.03.2024 12:15:45
- Zuletzt bearbeitet 03.02.2025 14:09:55
In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcom_rng_read(), causing...
CVE-2021-47104
- EPSS 0.01%
- Veröffentlicht 04.03.2024 19:15:18
- Zuletzt bearbeitet 07.01.2025 17:32:24
In the Linux kernel, the following vulnerability has been resolved: IB/qib: Fix memory leak in qib_user_sdma_queue_pkts() The wrong goto label was used for the error case and missed cleanup of the pkt allocation. Addresses-Coverity-ID: 1493352 ("R...
CVE-2021-47105
- EPSS 0.01%
- Veröffentlicht 04.03.2024 19:15:18
- Zuletzt bearbeitet 14.02.2025 15:16:27
In the Linux kernel, the following vulnerability has been resolved: ice: xsk: return xsk buffers back to pool when cleaning the ring Currently we only NULL the xdp_buff pointer in the internal SW ring but we never give it back to the xsk buffer poo...
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.01%
- 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...