CVE-2023-52870
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:23
- Zuletzt bearbeitet 02.04.2025 15:18:02
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52871
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:23
- Zuletzt bearbeitet 26.09.2025 17:09:52
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: llcc: Handle a second device without data corruption Usually there is only one llcc device. But if there were a second, even a failed probe call would modify the global ...
CVE-2023-52872
- EPSS 0.03%
- Veröffentlicht 21.05.2024 16:15:23
- Zuletzt bearbeitet 02.04.2025 15:15:27
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix race condition in status line change on dead connections gsm_cleanup_mux() cleans up the gsm by closing all DLCIs, stopping all timers, removing the virtual tty dev...
CVE-2023-52849
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 30.12.2024 20:09:41
In the Linux kernel, the following vulnerability has been resolved: cxl/mem: Fix shutdown order Ira reports that removing cxl_mock_mem causes a crash with the following trace: BUG: kernel NULL pointer dereference, address: 0000000000000044 [..] ...
CVE-2023-52850
- EPSS 0.04%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 30.12.2024 20:09:31
In the Linux kernel, the following vulnerability has been resolved: media: hantro: Check whether reset op is defined before use The i.MX8MM/N/P does not define the .reset op since reset of the VPU is done by genpd. Check whether the .reset op is de...
CVE-2023-52851
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 10.01.2025 17:43:34
In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5_mkey_cache_init(), del...
CVE-2023-52852
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 30.12.2024 20:09:19
In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to avoid use-after-free on dic Call trace: __memcpy+0x128/0x250 f2fs_read_multi_pages+0x940/0xf7c f2fs_mpage_readpages+0x5a8/0x624 f2fs_readahead+0x5c/0x110...
CVE-2023-52853
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 26.09.2025 16:18:29
In the Linux kernel, the following vulnerability has been resolved: hid: cp2112: Fix duplicate workqueue initialization Previously the cp2112 driver called INIT_DELAYED_WORK within cp2112_gpio_irq_startup, resulting in duplicate initilizations of t...
CVE-2023-52854
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 03.02.2025 16:13:08
In the Linux kernel, the following vulnerability has been resolved: padata: Fix refcnt handling in padata_free_shell() In a high-load arm64 environment, the pcrypt_aead01 test in LTP can lead to system UAF (Use-After-Free) issues. Due to the length...
CVE-2023-52855
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:22
- Zuletzt bearbeitet 02.04.2025 15:06:01
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In _dwc2_hcd_urb_enqueue(), "urb->hcpriv = NULL" is executed without holding the lock "hsotg->lock". I...