CVE-2022-50562
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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.