cve/2025/CVE-2025-21859.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2025-21859

Description

In the Linux kernel, the following vulnerability has been resolved:USB: gadget: f_midi: f_midi_complete to call queue_workWhen using USB MIDI, a lock is attempted to be acquired twice through are-entrant call to f_midi_transmit, causing a deadlock.Fix it by using queue_work() to schedule the inner f_midi_transmit() viaa high priority work queue from the completion handler.

POC

Reference

No PoCs from references.

Github