CVE-2023-53211
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-15

Last updated on: 2025-12-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: driver core: location: Free struct acpi_pld_info *pld before return false struct acpi_pld_info *pld should be freed before the return of allocation failure, to prevent memory leak, add the ACPI_FREE() to fix it.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-15
Last Modified
2025-12-03
Generated
2026-05-07
AI Q&A
2025-09-15
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 5.19 (inc) to 6.1.16 (exc)
linux linux_kernel From 6.2 (inc) to 6.2.3 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-401 The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's driver core related to the handling of the struct acpi_pld_info. Specifically, the struct acpi_pld_info pointer should be freed before returning false on allocation failure, but it was not, causing a memory leak. The fix involves adding ACPI_FREE() to properly free the memory.


How can this vulnerability impact me? :

This vulnerability can cause a memory leak in the Linux kernel, which may lead to increased memory usage over time and potentially degrade system performance or stability if the leak is exploited or occurs frequently.


What immediate steps should I take to mitigate this vulnerability?

The vulnerability involves a memory leak in the Linux kernel driver core related to the struct acpi_pld_info *pld not being freed properly. To mitigate this vulnerability, you should update your Linux kernel to a version where this issue has been fixed, as the patch adds ACPI_FREE() to free the struct before returning on allocation failure.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart