CVE-2024-36967

Publication date

2024-06-08 12:52:59

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix memory leak in tpm2_key_encode() scratch is never freed. Fix this by calling kfree() in the success, and in the error case.