Answer in brief
CVE-2026-90352 records a Unknown severity vulnerability in wifi: mt76: mt7915: release hif2 reference on probe IRQ failure. 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 | >=f68d67623dec9445960b52a0e9e8e60297596b4b <8a2e38019846da29a112fac4dd96fe5bfa298faf || >=f68d67623dec9445960b52a0e9e8e60297596b4b <2a434d2637b9c9be9bcc8a84dc46880cc1446643 || >=f68d67623dec9445960b52a0e9e8e60297596b4b <5c30a6350a300fbb800831f1b4373b2f59e03410 || >=f68d67623dec9445960b52a0e9e8e60297596b4b <ed5cc46a3c8f4fe7f549c661914d8d835169acc0 || >=f68d67623dec9445960b52a0e9e8e60297596b4b <fb9c7b4c238b4e5469a11a1fb8cf332f6193b995 || >=f68d67623dec9445960b52a0e9e8e60297596b4b <8370aebd26a9dfa2e0de665e3ab504c0e97ee730 | 8a2e38019846da29a112fac4dd96fe5bfa298faf, 2a434d2637b9c9be9bcc8a84dc46880cc1446643, 5c30a6350a300fbb800831f1b4373b2f59e03410, ed5cc46a3c8f4fe7f549c661914d8d835169acc0, fb9c7b4c238b4e5469a11a1fb8cf332f6193b995, 8370aebd26a9dfa2e0de665e3ab504c0e97ee730 |
| Linux/Linuxgeneric | 5.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: mt7915: release hif2 reference on probe IRQ failure The hif2 reference obtained by mt7915_pci_init_hif2() is only released on error paths that key off dev->hif2, which is not assigned until after the IRQ setup. If pci_alloc_irq_vectors() or the primary devm_request_irq() fails, the reference leaks. Drop it explicitly on those paths via mt7915_put_hif2().
Quoted source text, attributed separately from HOL analysis.