First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6797: 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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.12<4.14.330 | |
Linux Kernel | >=4.15<4.19.299 | |
Linux Kernel | >=4.20<5.4.261 | |
Linux Kernel | >=5.5<5.10.201 | |
Linux Kernel | >=5.11<5.15.139 | |
Linux Kernel | >=5.16<6.1.63 | |
Linux Kernel | >=6.2<6.5.12 | |
Linux Kernel | >=6.6<6.6.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The CVE-2023-52865 vulnerability has a moderate severity due to potential NULL pointer dereference issues in the Linux kernel.
To fix CVE-2023-52865, update the Linux kernel to a version that includes the patch addressing the NULL pointer dereference.
CVE-2023-52865 affects several versions of the Linux kernel, specifically those between 4.12 and 6.6.2.
CVE-2023-52865 is caused by a lack of proper checks for the return value of mtk_alloc_clk_data(), leading to potential NULL pointer dereference.
Yes, CVE-2023-52865 can be exploited to cause system crashes or instability due to the NULL pointer dereference.