CVE-2023-52583
- EPSS 0.02%
- Published 06.03.2024 07:15:06
- Last modified 03.02.2025 14:18:13
In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But sinc...
CVE-2022-48629
- EPSS 0.02%
- Published 05.03.2024 12:15:45
- Last modified 26.02.2025 07:00:18
In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rng_alg expects that the destination buffer is completely filled if the function ...
CVE-2022-48630
- EPSS 0.01%
- Published 05.03.2024 12:15:45
- Last modified 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%
- Published 04.03.2024 19:15:18
- Last modified 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%
- Published 04.03.2024 19:15:18
- Last modified 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.01%
- Published 04.03.2024 19:15:18
- Last modified 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%
- Published 04.03.2024 19:15:18
- Last modified 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%
- Published 04.03.2024 19:15:18
- Last modified 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%
- Published 04.03.2024 18:15:08
- Last modified 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.01%
- Published 04.03.2024 18:15:08
- Last modified 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...