CVE-2024-53085
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 99d46450625590d410f86fe4660a5eff7d3b8343 < cfaf83501a0cbb104499c5b0892ee5ebde4e967f | affected |
| Linux | Linux | 99d46450625590d410f86fe4660a5eff7d3b8343 < bc203fe416abdd1c29da594565a7c3c4e979488e | affected |
| Linux | Linux | 99d46450625590d410f86fe4660a5eff7d3b8343 < 9265fed6db601ee2ec47577815387458ef4f047a | affected |
| Linux | Linux | 7cd46930b8bf37b84777410ac21bfdf1179021d5 | affected |
| Linux | Linux | eeda114c92c7b2db69878cdf27163750fd57cfe2 | affected |
| Linux | Linux | 6.1.31 < 6.2 | affected |
| Linux | Linux | 6.3.5 < 6.4 | affected |
| Linux | Linux | 6.4 | affected |
| Linux | Linux | 0 < 6.4 | unaffected |
| Linux | Linux | 6.6.64 <= 6.6.* | unaffected |
| Linux | Linux | 6.11.8 <= 6.11.* | unaffected |
| Linux | Linux | 6.12 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/cfaf83501a0cbb104499c5b0892ee5ebde4e967f
- https://git.kernel.org/stable/c/bc203fe416abdd1c29da594565a7c3c4e979488e
- https://git.kernel.org/stable/c/9265fed6db601ee2ec47577815387458ef4f047a
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.