In the Linux kernel, the following vulnerability has been resolved:
tpm: Lock TPM chip in tpm_pm_suspend() first
Setting TPM_CHIP_FLAG_SUSPENDED in the end of tpm_pm_suspend() can be racy
according, as this leaves window for tpm_hwrng_read() to be called while
the operation is in progress. The recent bug report gives also evidence of
this behaviour.
Aadress this by locking the TPM chip before checking any chip->flags both
in tpm_pm_suspend() and tpm_hwrng_read(). Move TPM_CHIP_FLAG_SUSPENDED
check inside tpm_get_random() so that it will be always checked only when
the lock is reserved.
References
Configurations
Configuration 1 (hide)
|
History
09 Dec 2024, 13:10
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-11-19 18:15
Updated : 2024-12-09 13:10
NVD link : CVE-2024-53085
Mitre link : CVE-2024-53085
CVE.ORG link : CVE-2024-53085
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking