In the Linux kernel, the following vulnerability has been resolved:
scsi: ufs: core: Fix another deadlock during RTC update
If ufshcd_rtc_work calls ufshcd_rpm_put_sync() and the pm's usage_count
is 0, we will enter the runtime suspend callback. However, the runtime
suspend callback will wait to flush ufshcd_rtc_work, causing a deadlock.
Replace ufshcd_rpm_put_sync() with ufshcd_rpm_put() to avoid the
deadlock.
References
Configurations
Configuration 1 (hide)
|
History
07 Mar 2025, 18:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-11-19 18:15
Updated : 2025-03-07 18:15
NVD link : CVE-2024-53053
Mitre link : CVE-2024-53053
CVE.ORG link : CVE-2024-53053
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking