Answer in brief
CVE-2026-90367 records a Unknown severity vulnerability in wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=27015b6fbcca836c6dbf196afc266e068af4aeec <906ad486ba5c4933d82e1ebe0685656390a48450 || >=27015b6fbcca836c6dbf196afc266e068af4aeec <594c4b7f89f9ea75dc9c50b5e4c4296db4a3d701 || >=27015b6fbcca836c6dbf196afc266e068af4aeec <6190db312b8230813f529f014b26247c6d9800d0 | 906ad486ba5c4933d82e1ebe0685656390a48450, 594c4b7f89f9ea75dc9c50b5e4c4296db4a3d701, 6190db312b8230813f529f014b26247c6d9800d0 |
| Linux/Linuxgeneric | 6.4 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.