Answer in brief
CVE-2026-90346 records a Unknown severity vulnerability in wifi: nl80211: clean up color-change beacon data on errors. 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 | >=dc1e3cb8da8b414b37208b2fb6755fef8122504b <4e0a67fbe3d9e2e1d6f81dfc607184c6b0abd3dd || >=dc1e3cb8da8b414b37208b2fb6755fef8122504b <927ee844c47ac2aef22c8f7a35f098ff576b398b | 4e0a67fbe3d9e2e1d6f81dfc607184c6b0abd3dd, 927ee844c47ac2aef22c8f7a35f098ff576b398b |
| Linux/Linuxgeneric | 5.16 | 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: nl80211: clean up color-change beacon data on errors nl80211_color_change() calls nl80211_parse_beacon() for the beacon_next template, which can allocate params.beacon_next.mbssid_ies and .rnr_ies. A parsing failure returned directly instead of using the out: cleanup, leaking any allocations completed before the error. Allocate the nested attribute table before parsing beacon_next. Its allocation failure can then return before beacon data exists, while a later parsing failure uses out: to release the parsed data.
Quoted source text, attributed separately from HOL analysis.