Bug 2513485 (CVE-2026-68355) - CVE-2026-68355 kernel: wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()
Summary: CVE-2026-68355 kernel: wifi: ath11k: fix potential buffer underflow in ath11k...
Keywords:
Status: NEW
Alias: CVE-2026-68355
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:39 UTC by OSIDB Bzimport
Modified: 2026-08-11 07:39 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:39:59 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-08-11 07:38:04 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026081040-CVE-2026-68355-e340@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.