Answer in brief
CVE-2026-90369 records a Unknown severity vulnerability in wifi: mt76: fix out-of-bounds access in mmio copy helpers. 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 | >=2df00805f7dbaa46b60c682aad0d76270b7ba266 <6ed0fba58bb125a8d8de96e391aa86111166efca || >=2df00805f7dbaa46b60c682aad0d76270b7ba266 <6689b4a65e88d7b019e687fa9d6943ca070f3e43 | 6ed0fba58bb125a8d8de96e391aa86111166efca, 6689b4a65e88d7b019e687fa9d6943ca070f3e43 |
| Linux/Linuxgeneric | 6.19 | 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: fix out-of-bounds access in mmio copy helpers mt76_mmio_write_copy() and mt76_mmio_read_copy() iterate up to ALIGN(len, 4), so a length that is not a multiple of four reads past the source buffer (write_copy) or writes past the destination (read_copy). Copy the aligned body in the loop and handle the remaining tail through a 4-byte bounce buffer, keeping the register access width unchanged.
Quoted source text, attributed separately from HOL analysis.