CVE-2026-93803
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
wifi: libipw: fix key index receive bound checks
libipw_rx() reads skb->data[hdrlen + 3] to extract the WEP key index in both the software-decrypt key selection path and the hardware-decrypted IV/ICV strip path. In both places the existing guard only checks skb->len >= hdrlen + 3, which proves bytes up to hdrlen + 2 but not the byte at hdrlen + 3.
Require hdrlen + 4 bytes before reading that item in both paths. This is a local source-boundary check only; it does not change the key index semantics.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | b453872c35cfcbdbf5a794737817f7d4e7b1b579 < 062840bdc9ee06169b3c371bf66711f1d7ec0bf4 | affected |
| Linux | Linux | b453872c35cfcbdbf5a794737817f7d4e7b1b579 < c54b643e9a0936d038921c547736574fd7382cea | affected |
| Linux | Linux | b453872c35cfcbdbf5a794737817f7d4e7b1b579 < 74ed3669f26803b1761c1f55403062bea44c3466 | affected |
| Linux | Linux | 2.6.14 | affected |
| Linux | Linux | 0 < 2.6.14 | 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/062840bdc9ee06169b3c371bf66711f1d7ec0bf4
- https://git.kernel.org/stable/c/c54b643e9a0936d038921c547736574fd7382cea
- https://git.kernel.org/stable/c/74ed3669f26803b1761c1f55403062bea44c3466
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.