Bug 2395670 (CVE-2023-53266) - CVE-2023-53266 kernel: arm64: acpi: Fix possible memory leak of ffh_ctxt
Summary: CVE-2023-53266 kernel: arm64: acpi: Fix possible memory leak of ffh_ctxt
Keywords:
Status: NEW
Alias: CVE-2023-53266
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-16 09:02 UTC by OSIDB Bzimport
Modified: 2025-09-16 13:54 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:02:22 UTC
In the Linux kernel, the following vulnerability has been resolved:

arm64: acpi: Fix possible memory leak of ffh_ctxt

Allocated 'ffh_ctxt' memory leak is possible if the SMCCC version
and conduit checks fail and -EOPNOTSUPP is returned without freeing the
allocated memory.

Fix the same by moving the allocation after the SMCCC version and
conduit checks.


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