In 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.
CVE ID: CVE-2025-21859
Vendor: Linux, Linux
Product: Linux, Linux
EPSS Score: 0.01% (probability of being exploited)
EPSS Percentile: 1.35% (scored less or equal to compared to others)
EPSS Date: 2025-04-10 (when was this score calculated)