CVE-2026-74341
Received Received - Intake

wifi: wcn36xx Heap Overflow in Firmware HAL Response

Vulnerability report for CVE-2026-74341, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix heap overflow from oversized firmware HAL response The firmware response dispatcher copies all synchronous HAL responses into the 4096-byte hal_buf without validating the response length. A response exceeding WCN36XX_HAL_BUF_SIZE causes a heap buffer overflow with firmware-controlled content. Add a bounds check on the response length.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a heap buffer overflow vulnerability in the Linux kernel's wifi driver for WCN36xx devices. The issue occurs when the firmware sends an oversized response that exceeds the allocated buffer size of 4096 bytes. The driver copies this response into a fixed-size buffer without checking its length, causing a heap overflow with firmware-controlled data.

Detection Guidance

This vulnerability involves a heap overflow in the Linux kernel's wcn36xx WiFi driver due to unchecked firmware response sizes. Detection requires checking kernel logs for related errors or crashes, particularly after WiFi operations. Commands like 'dmesg | grep wcn36xx' or 'journalctl -k | grep -i overflow' may reveal issues. Ensure your kernel version is up to date to confirm if the fix is applied.

Impact Analysis

This vulnerability could allow an attacker within WiFi range to potentially execute arbitrary code or cause a denial of service on affected systems by sending maliciously crafted firmware responses. It may lead to system crashes, privilege escalation, or unauthorized access depending on the kernel's memory layout and protections.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a technical flaw in the Linux kernel's wifi driver (wcn36xx) involving a heap overflow from an oversized firmware response. Compliance impacts would depend on system-specific implementations and mitigations rather than the vulnerability itself.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for CVE-2026-74341. If immediate patching is not possible, disable the wcn36xx driver by blacklisting it or restrict WiFi usage until patched. Monitor vendor advisories for kernel updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74341. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart