Bug 2395422 (CVE-2023-53211) - CVE-2023-53211 kernel: driver core: location: Free struct acpi_pld_info *pld before return false
Summary: CVE-2023-53211 kernel: driver core: location: Free struct acpi_pld_info *pld ...
Keywords:
Status: NEW
Alias: CVE-2023-53211
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 15:12 UTC by OSIDB Bzimport
Modified: 2025-09-15 17:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:12:57 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.