CVE-2023-53266
BaseFortify
Publication date: 2025-09-16
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
Helpful Resources
Exploitability
| 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 possible memory leak in the Linux kernel's arm64 ACPI implementation. Specifically, memory allocated for 'ffh_ctxt' may not be freed if certain checks related to SMCCC version and conduit fail, causing the allocated memory to leak. The issue is fixed by moving the memory allocation to occur after these checks, ensuring memory is only allocated when appropriate.
How can this vulnerability impact me? :
The vulnerability can lead to a memory leak in the Linux kernel on arm64 systems, which may cause increased memory usage and potentially degrade system performance or stability over time if the leak is triggered repeatedly.