Answer in brief
CVE-2026-80936 records a Unknown severity vulnerability in wifi: mt76: mt7925: cancel mlo_pm_work on stop. 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 | >=276a568832577c81ec90b62dc506bbdc3781ca46 <304470333b7f525b23699ea7a7aed3b40ca37ca9 || >=276a568832577c81ec90b62dc506bbdc3781ca46 <9e20da749ad229a1aa649ece528721b9652f15e1 || >=276a568832577c81ec90b62dc506bbdc3781ca46 <81faf578320df2dfc682a96baa6e85851dd68b6f || 74eb79258bfd5f2ffe6d26a09c898992b2afa1ce || >=6.14.3 <6.15 | 304470333b7f525b23699ea7a7aed3b40ca37ca9, 9e20da749ad229a1aa649ece528721b9652f15e1, 81faf578320df2dfc682a96baa6e85851dd68b6f, 6.15 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: cancel mlo_pm_work on stop mt7925 queues mlo_pm_work with a 5 second delay during multi-link power-save setup and never cancels it on the stop path. If the device is torn down inside that window, the work outlives the teardown and its timer fires afterwards, trying to queue onto the workqueue that is already gone: workqueue: cannot queue mt7925_mlo_pm_work [mt7925_common] on wq phy0 WARNING: kernel/workqueue.c:2283 at __queue_work+0x59/0xa0, CPU#1: swapper/1/0 call_timer_fn+0x2a/0x140 __run_timers+0x203/0x330 run_timer_softirq+0x86/0xf0 mt7921 already has its own stop callback, so add one for mt7925 that cancels the work before calling mt792x_stop(). mt7925_ops backs both the PCIe and USB drivers, so this covers both.
Quoted source text, attributed separately from HOL analysis.