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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-23 15:16
Updated : 2026-06-17 10:03
NVD link : CVE-2025-71147
Mitre link : CVE-2025-71147
CVE.ORG link : CVE-2025-71147
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
