I
n the Linux kernel, the following vulnerability has been resolved: USB: gadget: f_midi: f_midi_complete to call queue_work When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to f_midi_transmit, causing a deadlock. Fix it by using queue_work() to schedule the inner f_midi_transmit() via a high priority work queue from the completion handler.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
13 Mar 2025, 21:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-03-12 10:15
Updated : 2025-11-03 20:17
NVD link : CVE-2025-21859
Mitre link : CVE-2025-21859
CVE.ORG link : CVE-2025-21859
JSON object : View
Products Affected
CWE
CWE-667
Improper Locking