Answer in brief
CVE-2026-90350 records a Unknown severity vulnerability in wifi: mt76: reject out-of-range link ids in mt76_vif_link(). 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 | >=a9384b36a42afc2d715eb74c19a7ee558f09ef82 <13f6a9c786022d5213e84d494cc8717c378f5395 || >=a9384b36a42afc2d715eb74c19a7ee558f09ef82 <c1442c345ca8da857fadea1d0797b97347ab6984 || >=a9384b36a42afc2d715eb74c19a7ee558f09ef82 <9ba744a28c26eaa5cae930688a22e01888395308 | 13f6a9c786022d5213e84d494cc8717c378f5395, c1442c345ca8da857fadea1d0797b97347ab6984, 9ba744a28c26eaa5cae930688a22e01888395308 |
| Linux/Linuxgeneric | 6.15 | 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: reject out-of-range link ids in mt76_vif_link() mt76_vif_link() indexes mvif->link[] without validating link_id, but callers pass mvif->deflink_id / msta->deflink_id, which hold IEEE80211_LINK_UNSPECIFIED (0xf) until the first link has been added. Since IEEE80211_MLD_MAX_NUM_LINKS is 15, that reads one element past the end of the array, aliasing mt76_vif_data.offchannel_link. Reachable via mt7996_set_tsf()/mt7996_offset_tsf() and mt7996_net_fill_forward_path(). Bounds check link_id and return NULL, matching mt7996_sta_link() and mt7996_sta_link_protected().
Quoted source text, attributed separately from HOL analysis.