Answer in brief
CVE-2026-93064 records a Unknown severity vulnerability in wifi: iwlwifi: mvm: fix off-by-one in TXF key sanitiser. 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 | >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <1af000d75b1c96f7cbdf23f14d0ee1c51b12f8e6 || >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <5bcc933c6d47d795dab27458b9001c2d97130fd3 || >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <4c582ed61325135f841ca93667d7551a8e31e58d || >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <c9d8641aea01c3b2516483e128e1f557cfbcf44a || >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <2a77cb320e3998afa5e1ed0e95908b226aae9ed6 || >=12d60c1efc29e19f4dc0dc70cd48ce097fce6447 <f6a6c01cbc046f68e6916a7e047a1bc881c8c9ab | 1af000d75b1c96f7cbdf23f14d0ee1c51b12f8e6, 5bcc933c6d47d795dab27458b9001c2d97130fd3, 4c582ed61325135f841ca93667d7551a8e31e58d, c9d8641aea01c3b2516483e128e1f557cfbcf44a, 2a77cb320e3998afa5e1ed0e95908b226aae9ed6, f6a6c01cbc046f68e6916a7e047a1bc881c8c9ab |
| Linux/Linuxgeneric | 5.16 | 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: mvm: fix off-by-one in TXF key sanitiser iwl_mvm_frob_txf_key_iter() tracks the last matched byte position in loop variable 'i'. When a full key match is found (match == keylen), 'i' points at the last byte of the matched key. The memset start offset should therefore be i + 1 - keylen, not i - keylen; the current code zeroes one byte before the match and leaves the final key byte un-sanitised.
Quoted source text, attributed separately from HOL analysis.