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

wifi: ath6kl: fix OOB access from firmware ADDBA window size

aggr_recv_addba_req_evt() logs a debug message when the firmware-supplied
win_sz is outside [AGGR_WIN_SZ_MIN, AGGR_WIN_SZ_MAX] but does not
return. The out-of-range win_sz is then used in TID_WINDOW_SZ() to
compute a kzalloc size and stored in rxtid->hold_q_sz, leading to
zero-size or overflowed allocations and subsequent out-of-bounds access.

Clean up any previously active aggregation session for the TID first,
then return early when win_sz is out of the valid range, instead of
proceeding with a broken allocation size.
Published: 2026-08-10
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ath6kl driver in the Linux kernel processes a window size supplied by firmware during an ADDBA request. When the firmware returns a value outside the valid range [AGGR_WIN_SZ_MIN, AGGR_WIN_SZ_MAX], the driver logs a debug message but continues to use the value to compute a buffer allocation. This can result in a zero‑size or overflowed allocation, causing out-of-bounds memory access that corrupts kernel memory. The corruption can lead to system crashes or other instability.

Affected Systems

Linux systems that load the ath6kl wireless driver are affected. The vulnerability is present in kernels that have not yet incorporated the fix committed in 44126b6. Specific kernel or distribution versions are not enumerated in the payload, but systems running older mainline kernels before the commit are at risk.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score of <1% indicates a very low but non‑zero probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector involves an attacker sending a malformed ADDBA request via a wireless client, but this inference is based on the nature of the ADDBA handling and is not directly stated in the payload.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ath6kl OOB access fix (commit 44126b6).
  • Monitor system logs for debug entries related to "aggr_recv_addba_req_evt" indicating out‑of‑range window size and investigate any such events promptly.
  • Temporarily disable the ath6kl wireless driver (ath6kl.ko) if it is not required operation until a patched kernel is available.

Generated by OpenCVE AI on August 14, 2026 at 03:21 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:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Tue, 11 Aug 2026 12:15:00 +0000


Mon, 10 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122

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 access from firmware ADDBA window size aggr_recv_addba_req_evt() logs a debug message when the firmware-supplied win_sz is outside [AGGR_WIN_SZ_MIN, AGGR_WIN_SZ_MAX] but does not return. The out-of-range win_sz is then used in TID_WINDOW_SZ() to compute a kzalloc size and stored in rxtid->hold_q_sz, leading to zero-size or overflowed allocations and subsequent out-of-bounds access. Clean up any previously active aggregation session for the TID first, then return early when win_sz is out of the valid range, instead of proceeding with a broken allocation size.
Title wifi: ath6kl: fix OOB access from firmware ADDBA window size
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:31:18.842Z

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

Link: CVE-2026-68199

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68199

cve-icon Redhat

Severity :

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68199 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T03:30:03Z

Weaknesses