Answer in brief
CVE-2026-93796 records a High severity (CVSS 7.0) vulnerability in wifi: iwlwifi: pcie: null RX pointers after free. The current sources do not mark it as known exploited. The current feed maps 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.
CVSS is 7.0. 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <6ec5bf430cf7466cb412e47f2761594092781fac || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3456c5bcc987aeb182e50e30c9b02be8420e9953 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <2c79d7a7b583050c9f58041465cb46fe3483ab5d || >=0 <6.12.111 || >=0 <6.18.53 | 6ec5bf430cf7466cb412e47f2761594092781fac, 3456c5bcc987aeb182e50e30c9b02be8420e9953, 2c79d7a7b583050c9f58041465cb46fe3483ab5d, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: null RX pointers after free When iwl_pcie_tx_init() fails after RX init, nic init unwinds via iwl_pcie_rx_free(). The freed RX members stayed non-NULL on the live transport object, so later teardown or retry could touch stale RX state. Set rx_pool, global_table, rxq, and alloc_page to NULL after free to make repeated cleanup and retry paths safe.
Quoted source text, attributed separately from HOL analysis.