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

wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()

When the first entry in msdu_details has a zero buffer address,
the code accesses msdu_details[i - 1] with i == 0, causing a
buffer underflow.

Fix similarly to ath12k_wifi7_hal_rx_msdu_list_get() by adding
a separate check for i == 0 before the main condition to prevent
the out-of-bounds access.

Found by Linux Verification Center (linuxtesting.org) with SVACE.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel has a buffer underflow situation in the ath11k wireless driver. When the first entry contains a zero address, the code erroneously accesses the previous buffer entry, leading to an out‑of‑bounds read. This can expose kernel memory contents to userspace or trigger a crash, resulting in information disclosure or a denial of service. The weakness is a classic out‑of‑bounds read flaw.

Affected Systems

The bug exists in all Linux distributions that ship a kernel containing the older ath11k driver code. No specific version list is provided in the advisory, so any kernel prior to the commit that added the zero‑address guard is affected. The issue is present only when the ath11k driver is enabled for Wi‑Fi hardware.

Risk and Exploitability

The CVSS score is 5.5, EPSS < 1%, and the vulnerability is not listed in KEV. Based on the description, this flaw exists in the kernel and could be triggered by packets sent to the Wi‑Fi interface. The potential attack vector is inferred as local or requiring proximity to the device, and no public exploits are documented. The impact could be significant if an attacker can read sensitive memory or crash the system.

Generated by OpenCVE AI on August 13, 2026 at 03:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the ath11k_hal_rx_msdu_list_get fix, such as the latest stable release.
  • Rebuild or re‑install the kernel modules after ensuring the updated source is in use.
  • If an immediate kernel upgrade is not possible, temporarily disable the ath11k wireless driver or block traffic to the Wi‑Fi interface until the patch is applied.

Generated by OpenCVE AI on August 13, 2026 at 03:53 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


Wed, 12 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
CWE-788

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

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

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-787
CWE-788

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: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get() When the first entry in msdu_details has a zero buffer address, the code accesses msdu_details[i - 1] with i == 0, causing a buffer underflow. Fix similarly to ath12k_wifi7_hal_rx_msdu_list_get() by adding a separate check for i == 0 before the main condition to prevent the out-of-bounds access. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Title wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()
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:34:03.197Z

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

Link: CVE-2026-68355

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-68355

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68355 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T04:00:09Z

Weaknesses
  • CWE-124

    Buffer Underwrite ('Buffer Underflow')