First published: Thu Mar 27 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.20<5.4.231 | |
Linux Kernel | >=5.5<5.10.166 | |
Linux Kernel | >=5.11<5.15.91 | |
Linux Kernel | >=5.16<6.1.9 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
Linux Kernel | =6.2-rc4 | |
Linux Kernel | =6.2-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53003 is classified as a low-severity vulnerability in the Linux kernel.
To resolve CVE-2023-53003, update your Linux kernel to the latest stable version that contains the fix.
CVE-2023-53003 affects the EDAC core in the Linux kernel.
Systems running affected versions of the Linux kernel, particularly those using the Qualcomm LLCC driver, could be impacted by CVE-2023-53003.
CVE-2023-53003 is considered a local vulnerability since it requires local system access to exploit.