CVE-2026-68196
Last modified
CVE-2026-68196 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilc_parse_assoc_resp_info() computes the trailing IE length as ies_len = buffer_len - sizeof(*res); without first checking that buffer_len is at least sizeof(struct wilc_assoc_resp) (6 bytes). buffer_len is the length reported for a received association response (host_int_parse_assoc_resp_info() passes hif_drv->assoc_resp / assoc_resp_info_len straight in) and must be validated before the driver accesses the fixed header. For a frame shorter than the 6-byte fixed header, the subtraction wraps. For a four-byte response the result is truncated to a u16 ies_len of 65534, so kmemdup() then attempts to copy 65534 bytes starting at buffer + sizeof(*res), beyond the valid association-response data (CWE-125).
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilc_parse_assoc_resp_info() computes the trailing IE length as ies_len = buffer_len - sizeof(*res); without first checking that buffer_len is at least sizeof(struct wilc_assoc_resp) (6 bytes). buffer_len is the length reported for a received association response (host_int_parse_assoc_resp_info() passes hif_drv->assoc_resp / assoc_resp_info_len straight in) and must be validated before the driver accesses the fixed header. For a frame shorter than the 6-byte fixed header, the subtraction wraps. For a four-byte response the result is truncated to a u16 ies_len of 65534, so kmemdup() then attempts to copy 65534 bytes starting at buffer + sizeof(*res), beyond the valid association-response data (CWE-125). A response shorter than four bytes can also cause an out-of-bounds read of res->status_code at offsets 2 and 3. Reject frames too short to hold the fixed header before touching the header or computing ies_len. Also set the connection status to a failure on this path: the caller falls through to a "conn_info->status == WLAN_STATUS_SUCCESS" check after the parser returns, so leaving the status untouched could let a malformed short response be treated as a successful association.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c5c77ba18ea66aa05441c71e38473efb787705a4, < 584c8954ad55f8b09b475be6db710fe40ceb988c; >= c5c77ba18ea66aa05441c71e38473efb787705a4, < 4d410320e8ae5933e651660c9fadc1d380309e23; >= c5c77ba18ea66aa05441c71e38473efb787705a4, < e511e93abd6eeedcd5b3c55516241f414fbde64a; >= c5c77ba18ea66aa05441c71e38473efb787705a4, < 8ccdf8c8de87a9580df37c3c1ec53ba88cedef65; >= c5c77ba18ea66aa05441c71e38473efb787705a4, < 4c4c97b60a5e978121d9ee8cb0ab3916e5d6a8de |
| Linux | Linux | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68196?
How severe is CVE-2026-68196?
How do I fix CVE-2026-68196?
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-68190In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68191In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68192In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68193In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68194In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68195In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68197In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68198In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68199In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6820The VikBooking Hotel Booking Engine & PMS plugin for WordPre…7.2
- CVE-2026-68200In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68201In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68196?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
