In the Linux kernel, the following vulnerability has been resolved:
tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()
Dereference auth after NULL check in tpm_buf_check_hmac_response().
Otherwise, unless tpm2_sessions_init() was called, a call can cause NULL
dereference, when TCG_TPM2_HMAC is enabled.
[jarkko: adjusted the commit message.]
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-08 09:15
Updated : 2024-09-06 13:41
NVD link : CVE-2024-42255
Mitre link : CVE-2024-42255
CVE.ORG link : CVE-2024-42255
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference