Answer in brief
CVE-2026-93793 records a High severity (CVSS 8.8) vulnerability in wifi: iwlwifi: mvm: validate TX_CMD response layout. 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 8.8. 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 <fc14f5fe8a4374ed1088cfbddc1dae4d16c9935b || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <4d942dfc13aec393e003ab28ff58db744c26e6eb || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <8d70881707b47353359df57df12f6de67fdacdd2 || >=0 <6.12.111 || >=0 <6.18.53 | fc14f5fe8a4374ed1088cfbddc1dae4d16c9935b, 4d942dfc13aec393e003ab28ff58db744c26e6eb, 8d70881707b47353359df57df12f6de67fdacdd2, 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: mvm: validate TX_CMD response layout TX_CMD parsing uses frame_count to walk status entries and then read the trailing SCD SSN. Make the minimum-length check follow that exact runtime layout calculation before parsing the payload. For new TX API, reject TX_CMD responses with frame_count != 1 and warn/return in the aggregation handler to document that aggregated accounting is expected via BA notifications.
Quoted source text, attributed separately from HOL analysis.