Improper initialization in Linux kernel - CVE-2026-90021
Published: September 16, 2026
Vulnerability details
The vulnerability allows a local user to cause a kernel warning.
The vulnerability exists due to improper initialization of a work structure in f_midi_alloc() when freeing a MIDI gadget function that was not bound. A local user can free an unbound MIDI gadget function to cause a kernel warning.
The warning occurs in __flush_work because the work function pointer is null.