PT-2026-36391 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-08
·
CVE-2026-31756
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A spin lock/unlock mismatch exists in the
dwc2 hsotg udc stop() function. The dwc2 gadget exit clock gating() function internally utilizes the call gadget() macro, which requires hsotg->lock to be held because it performs spin unlock/spin lock operations during the gadget driver callback. Because dwc2 hsotg udc stop() invokes dwc2 gadget exit clock gating() without holding the lock, it results in a spin unlock on a lock that is not held, leading to undefined behavior and a subsequent deadlock when spin lock irqsave() is called later in the same function.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel