In the Linux kernel, the following vulnerability has been resolved:
firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()
If the __qcuefi pointer is not set, then in the original code, we would
hold onto the lock. That means that if we tried to set it later, then
it would cause a deadlock. Drop the lock on the error path. That's
what all the callers are expecting.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-09-27 13:15
Updated : 2024-10-01 17:09
NVD link : CVE-2024-46868
Mitre link : CVE-2024-46868
CVE.ORG link : CVE-2024-46868
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking