CVE-2026-68196
wifi: wilc1000: validate assoc response length before subtracting header
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.
INFO
Published Date :
Aug. 10, 2026, 1:20 p.m.
Last Modified :
Aug. 17, 2026, 5:18 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Validate frame length before header processing.
- Reject frames shorter than the fixed header.
- Set connection status to failure for malformed frames.
- Apply vendor patches for the Linux kernel.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-68196.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-68196 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-68196
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-68196 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-68196 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '584c8954ad55f8b09b475be6db710fe40ceb988c', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4d410320e8ae5933e651660c9fadc1d380309e23', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': 'e511e93abd6eeedcd5b3c55516241f414fbde64a', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '8ccdf8c8de87a9580df37c3c1ec53ba88cedef65', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4c4c97b60a5e978121d9ee8cb0ab3916e5d6a8de', 'versionType': 'git'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.42', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.6', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc5', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '584c8954ad55f8b09b475be6db710fe40ceb988c', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4d410320e8ae5933e651660c9fadc1d380309e23', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': 'e511e93abd6eeedcd5b3c55516241f414fbde64a', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '8ccdf8c8de87a9580df37c3c1ec53ba88cedef65', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4c4c97b60a5e978121d9ee8cb0ab3916e5d6a8de', 'versionType': 'git'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.42', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.6', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'affected'}] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 13, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 10, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '584c8954ad55f8b09b475be6db710fe40ceb988c', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4d410320e8ae5933e651660c9fadc1d380309e23', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': 'e511e93abd6eeedcd5b3c55516241f414fbde64a', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '8ccdf8c8de87a9580df37c3c1ec53ba88cedef65', 'versionType': 'git'}, {'status': 'affected', 'version': 'c5c77ba18ea66aa05441c71e38473efb787705a4', 'lessThan': '4c4c97b60a5e978121d9ee8cb0ab3916e5d6a8de', 'versionType': 'git'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.2'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.2', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.42', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.6', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc5', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/wireless/microchip/wilc1000/hif.c'], 'defaultStatus': 'affected'}] Added 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. Added Reference https://git.kernel.org/stable/c/4c4c97b60a5e978121d9ee8cb0ab3916e5d6a8de Added Reference https://git.kernel.org/stable/c/4d410320e8ae5933e651660c9fadc1d380309e23 Added Reference https://git.kernel.org/stable/c/584c8954ad55f8b09b475be6db710fe40ceb988c Added Reference https://git.kernel.org/stable/c/8ccdf8c8de87a9580df37c3c1ec53ba88cedef65 Added Reference https://git.kernel.org/stable/c/e511e93abd6eeedcd5b3c55516241f414fbde64a