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

wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler

The firmware-controlled num_msg field (u8, 0-255) drives the loop in
ath6kl_wmi_tx_complete_event_rx() without validation against the buffer
length. This allows out-of-bounds reads of up to 1020 bytes past the
WMI event buffer when the firmware sends an inflated num_msg.

Add a check that the buffer is large enough to hold the fixed struct
and the num_msg variable-length entries.
Published: 2026-08-10
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the ath6kl Wi‑Fi driver allows firmware to specify a message length greater than the actual buffer size, causing the driver to read beyond the end of the buffer during a TX complete event. This out‑of‑bounds read is limited to at most 1020 bytes and may expose kernel memory contents to an attacker, but it does not provide arbitrary code execution. The weakness is manifested as improper validation of firmware‑controlled data, a classic input‑validation error. The attack would leak internal driver or kernel state that could assist a local attacker in further compromising the system or in escalating privileges.

Affected Systems

The issue affects the Linux kernel firmware driver for ath6kl Wi‑Fi chips. No specific kernel release numbers are listed in the vulnerability data, so any Linux kernel that includes the ath6kl module prior to the fix is potentially affected. The vendor derived from the CNA is Linux, and the product is the Linux kernel itself.

Risk and Exploitability

Overall, the vulnerability is a local kernel out‑of‑bounds read that could leak sensitive data, with a CVSS score of 8.1 indicating high severity. It is not currently exploited in the wild, and the exploitation requires interaction with the Wi‑Fi firmware. The EPSS score of <1% suggests a low probability of exploitation at present. Nonetheless, any system that processes untrusted firmware packets through the ath6kl driver should treat it as a serious information‑disclosure risk until patched.

Generated by OpenCVE AI on August 14, 2026 at 01:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the kernel update that incorporates commit 289edc3c71344b89e6522891147cfb8f61b088bb which validates the firmware message length before processing the buffer.
  • If an immediate kernel update is not feasible, blacklist the ath6kl module via /etc/modprobe.d/blacklist-ath6kl.conf to prevent the driver from loading until a patch can be applied.
  • Verify that all firmware binaries for the ath6kl Wi‑Fi device have not been tampered with and, if possible, enforce firmware integrity checks or use signed firmware modules.

Generated by OpenCVE AI on August 14, 2026 at 01:23 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


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

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

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

None

cvssV3_1

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

threat_severity

Important


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 num_msg in TX complete handler The firmware-controlled num_msg field (u8, 0-255) drives the loop in ath6kl_wmi_tx_complete_event_rx() without validation against the buffer length. This allows out-of-bounds reads of up to 1020 bytes past the WMI event buffer when the firmware sends an inflated num_msg. Add a check that the buffer is large enough to hold the fixed struct and the num_msg variable-length entries.
Title wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
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:58.283Z

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

Link: CVE-2026-68353

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68353

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-68353 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:30:04Z

Weaknesses