CVE-2026-90367
Last modified
CVE-2026-90367 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER mt7996_mac_reset_work() parked the tx worker and disabled the RX/TX NAPIs before taking dev->mt76.mutex. mt76_worker_disable()/_enable() are plain kthread park/unpark, not refcounted, and __mt76_set_channel() toggles the same worker and the MT76_RESET bit under the mutex.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER mt7996_mac_reset_work() parked the tx worker and disabled the RX/TX NAPIs before taking dev->mt76.mutex. mt76_worker_disable()/_enable() are plain kthread park/unpark, not refcounted, and __mt76_set_channel() toggles the same worker and the MT76_RESET bit under the mutex. An L1 SER racing a channel switch could therefore have the worker unparked and MT76_RESET cleared while the reset path resets the DMA rings, corrupting descriptors or tokens. Take the mutex before disabling the worker, as mt7915 does.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 27015b6fbcca836c6dbf196afc266e068af4aeec, < 906ad486ba5c4933d82e1ebe0685656390a48450; >= 27015b6fbcca836c6dbf196afc266e068af4aeec, < 594c4b7f89f9ea75dc9c50b5e4c4296db4a3d701; >= 27015b6fbcca836c6dbf196afc266e068af4aeec, < 6190db312b8230813f529f014b26247c6d9800d0 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90367?
How severe is CVE-2026-90367?
How do I fix CVE-2026-90367?
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-90361In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90362In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90363In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90364In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90365In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90366In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90368In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90369In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9037A firmware update mechanism in the affected charging control…9.3
- CVE-2026-90370In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90371In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90372In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-90367?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
