CVE-2026-90021
Last modified
CVE-2026-90021 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_midi: initialize work in f_midi_alloc() f_midi_alloc initializes free_ref to 1 and it can only be incremented when a sound card is registered via f_midi_register_card(). f_midi_register_card() is only called in f_midi_bind() which actually performs INIT_WORK. If f_midi_bind() is never run, work is not initialized and the if condition in f_midi_free becomes true, this results in a warning later in __flush_work as work->func = 0. Fix this by moving INIT_WORK from f_midi_bind() to f_midi_alloc()..
Description
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_midi: initialize work in f_midi_alloc() f_midi_alloc initializes free_ref to 1 and it can only be incremented when a sound card is registered via f_midi_register_card(). f_midi_register_card() is only called in f_midi_bind() which actually performs INIT_WORK. If f_midi_bind() is never run, work is not initialized and the if condition in f_midi_free becomes true, this results in a warning later in __flush_work as work->func = 0. Fix this by moving INIT_WORK from f_midi_bind() to f_midi_alloc().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8653d71ce3763aedcf3d2331f59beda3fecd79e4, < 3d8b11255e632170f32f1925bfcaf96331f36317; >= 8653d71ce3763aedcf3d2331f59beda3fecd79e4, < 02ac76f27db23ef652358458c272d9d2d6f51167; >= 8653d71ce3763aedcf3d2331f59beda3fecd79e4, < 858576de6b2f5166b08dae803f0fd0766dcb3002; >= 8653d71ce3763aedcf3d2331f59beda3fecd79e4, < 7e07d3e4c389217d7d7171d80edf2e23ac70f1ea; 89019ab7a64fcdf98a2ba7799e5c6aff58d4a05d; 3635523e9b96213969693c320302d536774d8e9b; >= 5.4.291, < 5.5; >= 5.10.235, < 5.11 |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90021?
How severe is CVE-2026-90021?
How do I fix CVE-2026-90021?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90016In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90017In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90018In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90019In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9002IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 could al…6.5
- CVE-2026-90020In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90022In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90024In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90025In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90026In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90027In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90021?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
