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

wifi: wcn36xx: fix OOB read from short trigger BA firmware response

The firmware response length is only checked against sizeof(*rsp) (20
bytes), but when candidate_cnt >= 1, a 22-byte candidate struct is read
at buf + 20 without verifying the response contains it. This causes an
out-of-bounds read of stale heap data, corrupting the BA session state.

Add validation that the response includes the candidate data.
Published: 2026-08-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Out-of-bounds read corrupting wireless session state
Action: Apply Patch
AI Analysis

Impact

The driver processes a firmware trigger BA response without validating the presence of the optional candidate data. As a result, when the candidate count is one or more, it reads an additional 22‑byte structure from the buffer without checking that the data exists. This out‑of‑bounds read corrupts the background activity session state, which can lead to denial of service or improper handling of wireless sessions. The flaw is a classic CWE‑125 buffer overread that does not provide immediate code execution but can break session integrity.

Affected Systems

Linux kernel builds that include the wcn36xx wireless driver before the fix are affected. Any host using a kernel version that has not applied the commit that implemented the response validation is at risk; no specific version ranges were listed, so all kernels prior to that commit may be impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, while the EPSS score of less than 1% and the absence from CISA’s KEV catalog suggest a low likelihood of current exploitation. The likely attack vector is that an adversary manipulates the firmware response sent to the driver, e.g., by using a rogue access point or compromised firmware. Because the vulnerability is an OOB read, it does not directly enable code execution, but it enables corruption of wireless session state, potentially causing denial of service.

Generated by OpenCVE AI on September 2, 2026 at 05:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Linux kernel patch that includes the wcn36xx OOB read fix (commit 04aba502).
  • Update the wireless firmware on devices using the wcn36xx driver to ensure it does not send improperly sized trigger BA responses.
  • As a temporary safeguard, disable or restrict use of the WCN36xx driver or block trigger BA frames until the kernel patch is applied.

Generated by OpenCVE AI on September 2, 2026 at 05:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

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

Tue, 01 Sep 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Sat, 29 Aug 2026 09:45:00 +0000

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

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-214

Sat, 29 Aug 2026 06: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'}


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

Type Values Removed Values Added
Weaknesses CWE-214

Fri, 28 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-214

Fri, 28 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-214

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from short trigger BA firmware response The firmware response length is only checked against sizeof(*rsp) (20 bytes), but when candidate_cnt >= 1, a 22-byte candidate struct is read at buf + 20 without verifying the response contains it. This causes an out-of-bounds read of stale heap data, corrupting the BA session state. Add validation that the response includes the candidate data.
Title wifi: wcn36xx: fix OOB read from short trigger BA firmware response
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-29T06:21:35.535Z

Reserved: 2026-08-26T14:34:25.777Z

Link: CVE-2026-80635

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:48.400

Modified: 2026-08-29T07:16:47.537

Link: CVE-2026-80635

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80635 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T06:00:07Z

Weaknesses