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...
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-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-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-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-47103
- EPSS 0.04%
- 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...