Answer in brief
CVE-2026-93062 records a Unknown severity vulnerability in wifi: iwlwifi: guard against division by zero in iwl_dbg_tlv_alloc_fragments. 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 | >=14124b25780db542b2bc31aadecc37a2a6534f40 <11dde137f1258004bd1ed76ea2480a641e1fb753 || >=14124b25780db542b2bc31aadecc37a2a6534f40 <6df26657c626b63b5a47026128cc021f66722a41 || >=14124b25780db542b2bc31aadecc37a2a6534f40 <f26f72c2448829701d7c3e840fac9d168a98a955 || >=14124b25780db542b2bc31aadecc37a2a6534f40 <bc7a7ad93070879c74cdcb107ebb1a02ec212712 || >=14124b25780db542b2bc31aadecc37a2a6534f40 <9318bc0c41b24705690cf80d1596cf6b711e7027 | 11dde137f1258004bd1ed76ea2480a641e1fb753, 6df26657c626b63b5a47026128cc021f66722a41, f26f72c2448829701d7c3e840fac9d168a98a955, bc7a7ad93070879c74cdcb107ebb1a02ec212712, 9318bc0c41b24705690cf80d1596cf6b711e7027 |
| Linux/Linuxgeneric | 5.5 | 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: iwlwifi: guard against division by zero in iwl_dbg_tlv_alloc_fragments Make sure we don't end-up with a num_frags = 0 situation. For that, check that the required size is not 0 and put a checker on num_frags as well.
Quoted source text, attributed separately from HOL analysis.