Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Mike Seo

#46237of 53,635
5.5Total CVSS
Vulnerabilities · 1
PT-2024-35549
5.5
2024-11-03
Linux · Linux Kernel · CVE-2024-53085
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A vulnerability in the Linux kernel has been resolved. The issue is related to the Trusted Platform Module (TPM) and occurs when the TPM CHIP FLAG SUSPENDED flag is set at the end of the tpm pm suspend() function, leaving a window for the tpm hwrng read() function to be called while the operation is in progress. This can lead to a race condition. The problem is addressed by locking the TPM chip before checking any chip flags in both tpm pm suspend() and tpm hwrng read() functions. The TPM CHIP FLAG SUSPENDED check is moved inside the tpm get random() function to ensure it is always checked when the lock is reserved. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.