CVE-2026-93064
Last modified
CVE-2026-93064 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < 1af000d75b1c96f7cbdf23f14d0ee1c51b12f8e6; >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < 5bcc933c6d47d795dab27458b9001c2d97130fd3; >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < 4c582ed61325135f841ca93667d7551a8e31e58d; >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < c9d8641aea01c3b2516483e128e1f557cfbcf44a; >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < 2a77cb320e3998afa5e1ed0e95908b226aae9ed6; >= 12d60c1efc29e19f4dc0dc70cd48ce097fce6447, < f6a6c01cbc046f68e6916a7e047a1bc881c8c9ab |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93064?
How severe is CVE-2026-93064?
How do I fix CVE-2026-93064?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9306A security vulnerability has been detected in QuantumNous ne…3.7
- CVE-2026-93060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93061In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93062In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93063In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93066In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93067In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93068In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93069In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9307A sensitive information disclosure security issue exists wit…6.3
Are you affected by CVE-2026-93064?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
