Executive Summary

Informations
Name CVE-2023-53003 First vendor Publication 2025-03-27
Vendor Cve Last vendor Modification 2025-03-28

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

EDAC/qcom: Do not pass llcc_driv_data as edac_device_ctl_info's pvt_info

The memory for llcc_driv_data is allocated by the LLCC driver. But when it is passed as the private driver info to the EDAC core, it will get freed during the qcom_edac driver release. So when the qcom_edac driver gets probed again, it will try to use the freed data leading to the use-after-free bug.

Hence, do not pass llcc_driv_data as pvt_info but rather reference it using the platform_data pointer in the qcom_edac driver.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-53003

Sources (Detail)

https://git.kernel.org/stable/c/66e10d5f399629ef7877304d9ba2b35d0474e7eb
https://git.kernel.org/stable/c/6f0351d0c311951b8b3064db91e61841e85b2b96
https://git.kernel.org/stable/c/76d9ebb7f0bc10fbc78b6d576751552edf743968
https://git.kernel.org/stable/c/977c6ba624f24ae20cf0faee871257a39348d4a9
https://git.kernel.org/stable/c/bff5243bd32661cf9ce66f6d9210fc8f89bda145
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2025-03-29 00:20:41
  • Multiple Updates
2025-03-27 21:20:35
  • First insertion