Security Advisory

CVE-2022-50389

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-18 13:33:09
Last updated 2026-05-11 19:18:35
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak In crb_acpi_add(), we get the TPM2 table to retrieve information like start method, and then assign them to the priv data, so the TPM2 table is not used after the init, should be freed, call acpi_put_table() to fix the memory leak.