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