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

wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indication

The firmware-controlled rsp->count field is used as the loop bound for
indexing into the flexible rsp->regs[] array without validation against
the message length. A count exceeding the actual data causes out-of-
bounds reads from the heap-allocated message buffer.

Add a check that count fits within the received message.
Published: 2026-08-15
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel driver for the wcn36xx Wi‑Fi chipset was found to use an unvalidated firmware‑controlled count as the bound when indexing a flexible array within a message. A firmware message that reports a count larger than the actual data allows the driver to read beyond the allocated buffer size, exposing kernel memory contents. This out‑of‑bounds read can leak sensitive data and potentially serve as a foothold for further attacks. The weakness is classified as an out‑of‑bounds read vulnerability.

Affected Systems

Any system running a Linux kernel with the wcn36xx wireless driver and the PRINT_REG_INFO feature enabled is potentially affected. The specific kernel version or distribution is not identified in the CVE data, but the vulnerability applies to all kernels that have not incorporated the patch that bounds‑checks the rsp->count field.

Risk and Exploitability

The CVSS score of 8.1 indicates high severity, while the EPSS score is < 1%, indicating a very low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector involves an attacker sending a crafted message to the wireless firmware – which could be achieved remotely over the air or locally if the attacker can influence the firmware’s message content – resulting in an out‑of‑bounds read of heap data. Although the conditions for exploitation are specific, the impact of leaking kernel memory makes this flaw potentially high‑impact if exploited.

Generated by OpenCVE AI on August 17, 2026 at 12:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel version that includes the wcn36xx OOB read fix (the commit that validates rsp->count against the message length).
  • If an update is not immediately possible, disable the PRINT_REG_INFO functionality or rebuild the wcn36xx driver without that feature to eliminate the vulnerable code path.
  • Coordinate with the firmware vendor to ensure the firmware does not send oversized counts and is updated accordingly.

Generated by OpenCVE AI on August 17, 2026 at 12:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

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

Type Values Removed Values Added
Weaknesses CWE-125

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

Type Values Removed Values Added
Metrics 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'}


Sat, 15 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indication The firmware-controlled rsp->count field is used as the loop bound for indexing into the flexible rsp->regs[] array without validation against the message length. A count exceeding the actual data causes out-of- bounds reads from the heap-allocated message buffer. Add a check that count fits within the received message.
Title wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indication
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-17T05:46:06.162Z

Reserved: 2026-08-15T05:44:03.885Z

Link: CVE-2026-74340

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:34.987

Modified: 2026-08-17T06:19:28.467

Link: CVE-2026-74340

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74340 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T12:30:06Z

Weaknesses