CVE-2023-52584
- EPSS 0.06%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.03.2025 18:58:42
In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmi_controller. On device remove, spmi_controller will be freed firs...
CVE-2023-52585
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.03.2025 18:57:42
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/a...
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.02.2025 15:38:51
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent...
CVE-2023-52587
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.02.2025 16:39:59
In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the `priv->lock` while iterating the `priv->multicast_list` in `ipoib_mcast_join_task()` opens a window for `ipoib_mcast_dev_flush()` to ...
CVE-2023-52588
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.02.2025 16:40:14
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to tag gcing flag on page during block migration It needs to add missing gcing flag on page during block migration, in order to garantee migrated data be persisted during...
CVE-2023-52583
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:06
- Zuletzt bearbeitet 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%
- Veröffentlicht 05.03.2024 12:15:45
- Zuletzt bearbeitet 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%
- 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...