Answer in brief
CVE-2026-93799 records a High severity (CVSS 8.8) vulnerability in wifi: iwlwifi: mvm: validate sta_id in BA window status notif. 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 <bb08fbbbd5568d33069485ecb0a1657f115a4e9f || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e35ae757c6462bfd3437bf58121bb721fe1f790c || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <6aa77efaea9efea92e3090c35ad348fd759a3cf3 || >=0 <6.12.111 || >=0 <6.18.53 | bb08fbbbd5568d33069485ecb0a1657f115a4e9f, e35ae757c6462bfd3437bf58121bb721fe1f790c, 6aa77efaea9efea92e3090c35ad348fd759a3cf3, 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 sta_id in BA window status notif BA_WINDOW_STATUS_NOTIFICATION_ID extracts a 5-bit sta_id from the firmware notification and uses it to index fw_id_to_mac_id[] without bounds checking. Validate sta_id before array access to prevent out-of-bounds indexing.
Quoted source text, attributed separately from HOL analysis.