CVE-2026-93803
Last modified
CVE-2026-93803 is a vulnerability of currently unknown severity. 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.
Description
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
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b453872c35cfcbdbf5a794737817f7d4e7b1b579, < 062840bdc9ee06169b3c371bf66711f1d7ec0bf4; >= b453872c35cfcbdbf5a794737817f7d4e7b1b579, < c54b643e9a0936d038921c547736574fd7382cea; >= b453872c35cfcbdbf5a794737817f7d4e7b1b579, < 74ed3669f26803b1761c1f55403062bea44c3466 |
| Linux | Linux | 2.6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93803?
How severe is CVE-2026-93803?
How do I fix CVE-2026-93803?
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-93798In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93799In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9380A security vulnerability has been detected in Edimax BR-6675…8.8
- CVE-2026-93800In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93801In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93802In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93804In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93805In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93806In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93807In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93808In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93809In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93803?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
