CVE-2022-50562
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: tpm: acpi: Call acpi_put_table() to fix memory leak The start and length of the event log area are obtained from TPM2 or TCPA table, so we call acpi_get_table() to get the ACPI information, but the acpi_get_table() should be coupled with acpi_put_table() to release the ACPI memory, add the acpi_put_table() properly to fix the memory leak. While we are at it, remove the redundant empty line at the end of the tpm_read_log_acpi().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-05-07
AI Q&A
2025-10-22
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

The memory leak caused by this vulnerability can lead to inefficient memory usage in the Linux kernel, potentially degrading system performance or causing resource exhaustion over time if the leak is significant and persistent.


Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel related to the TPM (Trusted Platform Module) ACPI interface. Specifically, the function acpi_get_table() is used to obtain ACPI information from TPM2 or TCPA tables, but the corresponding acpi_put_table() function, which releases the allocated ACPI memory, was not called properly. This omission causes a memory leak, which has been fixed by adding the missing acpi_put_table() call.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update your Linux kernel to a version that includes the fix for the memory leak in the TPM ACPI code, specifically where acpi_put_table() is properly called to release ACPI memory. Applying the latest kernel patches or updates from your Linux distribution vendor is recommended.


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