AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52584

LOW · CVSS 3.8 EPSS 0.56%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-03-06 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 3.8. It affects Linux.

CVE
CVE-2023-52584
Severity
LOW
CVSS
3.8
EPSS
0.56%
Linux

Original NVD Description

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 first, and then devres , including the clocks, will be cleanup. This leads to UAF because putting the clocks will access the clocks in the pmif driver data, which is already freed along with spmi_controller. This can be reproduced by enabling DEBUG_TEST_DRIVER_REMOVE and building the kernel with KASAN. Fix the UAF issue by using unmanaged clk_bulk_get() and putting the clocks before freeing spmi_controller.

Related CVEs

Other vulnerabilities affecting the same vendor(s)