Answer in brief
CVE-2026-93803 records a Unknown severity vulnerability in wifi: libipw: fix key index receive bound checks. The current sources do not mark it as known exploited. The current feed maps 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <062840bdc9ee06169b3c371bf66711f1d7ec0bf4 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c54b643e9a0936d038921c547736574fd7382cea || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <74ed3669f26803b1761c1f55403062bea44c3466 || >=0 <6.12.111 || >=0 <6.18.53 | 062840bdc9ee06169b3c371bf66711f1d7ec0bf4, c54b643e9a0936d038921c547736574fd7382cea, 74ed3669f26803b1761c1f55403062bea44c3466, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.