CVE-2022-50824
Memory Leak in Linux Kernel TPM_TIS Due to Missing ACPI Release
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's TPM (Trusted Platform Module) driver, specifically in the tpm_tis component. The issue occurs because the function check_acpi_tpm2() retrieves the TPM2 ACPI table to verify its presence but fails to release the ACPI memory afterwards by missing a call to acpi_put_table(). This causes a memory leak.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to inefficient memory usage in the system, potentially degrading system performance or stability over time if the leaked memory accumulates.