CVE-2026-93807
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
wifi: rsi: avoid reading TKIP MIC keys for non-TKIP ciphers
rsi_hal_load_key() copies tx_mic_key and rx_mic_key from data[16] and data[24] whenever key data is present. Those offsets are only part of the 32-byte TKIP key layout. Shorter keys used by other ciphers, such as CCMP, do not provide those bytes, so the unconditional copies can read past the supplied key buffer.
Only copy the MIC keys for TKIP, and reject malformed TKIP keys that are shorter than the expected 32-byte layout.
[drop useless length check]
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | dad0d04fa7ba41ce603a01e8e64967650303e9a2 < 5902e3c08c63d65724772f74d65b9fb032625dca | affected |
| Linux | Linux | dad0d04fa7ba41ce603a01e8e64967650303e9a2 < 55b86ef6c2e68879ffd95203b011ef42a013ab88 | affected |
| Linux | Linux | dad0d04fa7ba41ce603a01e8e64967650303e9a2 < 843fe9bc583b7686ca68312ac9319c9240a73c03 | affected |
| Linux | Linux | 3.15 | affected |
| Linux | Linux | 0 < 3.15 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/5902e3c08c63d65724772f74d65b9fb032625dca
- https://git.kernel.org/stable/c/55b86ef6c2e68879ffd95203b011ef42a013ab88
- https://git.kernel.org/stable/c/843fe9bc583b7686ca68312ac9319c9240a73c03
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.