Description
In the Linux kernel, the following vulnerability has been resolved:

wifi: ath6kl: fix OOB read from firmware IE lengths in connect event

The firmware-controlled beacon_ie_len, assoc_req_len, and assoc_resp_len
fields in ath6kl_wmi_connect_event_rx() are not validated against the
buffer length. Their sum (up to 765) can exceed the actual WMI event
data, causing out-of-bounds reads during IE parsing and state corruption
of wmi->is_wmm_enabled.

Add a check that the total IE length fits within the buffer.
Published: 2026-08-10
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel driver for the ath6kl Wi‑Fi chip incorrectly assumes that the length fields supplied by the firmware are bounded by the buffer. At a connect event, the beacon_ie_len, assoc_req_len, and assoc_resp_len values can total up to 765 bytes, exceeding the available WMI event data and triggering an out‑of‑bounds read. This read can corrupt internal state such as wmi->is_wmm_enabled, which may lead to a denial of service or unpredictable kernel behaviour. The flaw exemplifies incorrect buffer validation (CWE‑805).

Affected Systems

This issue affects all Linux kernel releases that deploy the ath6kl Wi‑Fi driver without the patch. No specific kernel versions are listed in the advisory, so any distribution using an unpatched ath6kl driver is vulnerable.

Risk and Exploitability

Based on the description, the likely attack vector is local or device‑centered, requiring the attacker to interact with the device’s Wi‑Fi firmware during a connect event. The CVSS score of 8.3 indicates high severity, but the EPSS score of less than 1% shows a very low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Although remote code execution is not explicitly documented, the memory corruption could potentially be leveraged by a privileged user to destabilise the system. Overall, the risk remains moderate due to the low exploitation probability yet significant impact if triggered.

Generated by OpenCVE AI on August 14, 2026 at 03:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ath6kl OOB read fix.
  • If a kernel upgrade is not immediately available, disable the ath6kl driver to prevent the vulnerability from being triggered.
  • Monitor distribution advisories for the patch release.

Generated by OpenCVE AI on August 14, 2026 at 03:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Fri, 14 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H'}

cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H'}


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware IE lengths in connect event The firmware-controlled beacon_ie_len, assoc_req_len, and assoc_resp_len fields in ath6kl_wmi_connect_event_rx() are not validated against the buffer length. Their sum (up to 765) can exceed the actual WMI event data, causing out-of-bounds reads during IE parsing and state corruption of wmi->is_wmm_enabled. Add a check that the total IE length fits within the buffer.
Title wifi: ath6kl: fix OOB read from firmware IE lengths in connect event
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:33:55.758Z

Reserved: 2026-07-30T09:28:09.384Z

Link: CVE-2026-68352

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:27.353

Modified: 2026-08-19T17:20:44.723

Link: CVE-2026-68352

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T12:03:29Z

Links: CVE-2026-68352 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T04:00:11Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value