Security Advisory

CVE-2025-71147

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-01-23 14:15:13
Last updated 2026-06-11 18:44:18
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix a memory leak in tpm2_load_cmd 'tpm2_load_cmd' allocates a tempoary blob indirectly via 'tpm2_key_decode' but it is not freed in the failure paths. Address this by wrapping the blob into with a cleanup helper.