Description
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.
Scores
CVSS v3
5.5
EPSS
0.0004
EPSS Percentile
10.6%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-667
Status
published
Products (3)
linux/Kernel
6.8.0 - 6.11.7linux
linux/linux_kernel
6.12 rc1 (5 CPE variants)
linux/linux_kernel
6.8 - 6.11.7
Published
Nov 19, 2024
Tracked Since
Feb 18, 2026