Bug 2315220 (CVE-2024-46868) - CVE-2024-46868 kernel: firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()
Summary: CVE-2024-46868 kernel: firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acq...
Keywords:
Status: NEW
Alias: CVE-2024-46868
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2315235
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-27 13:23 UTC by OSIDB Bzimport
Modified: 2024-10-01 08:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-09-27 13:23:38 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.