PatchSiren cyber security CVE debrief
CVE-2026-46136 Linux CVE debrief
A vulnerability in the Linux kernel's MediaTek MT7921 Wi-Fi driver (mt76) could cause driver initialization failure or near-infinite loop conditions. The issue stems from an integer underflow in buffer length handling when processing Country Location Configuration (CLC) power table data. When buf_len underflows during country power setting retrieval, the driver may either loop excessively or load invalid power settings, preventing successful Wi-Fi initialization on affected systems.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-06-24
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-06-24
Who should care
Organizations and individuals running Linux systems with MediaTek MT7921 Wi-Fi chipsets, including laptops and embedded devices using this wireless hardware. Cloud infrastructure providers offering bare-metal or VM instances with passthrough MT7921 devices. IoT and edge computing deployments utilizing MT7921-based wireless connectivity.
Technical summary
The mt7921 driver in the Linux kernel's mt76 wireless stack contains a buffer length underflow vulnerability in Country Location Configuration (CLC) processing. The buf_len variable, used to bound iterations during country power setting retrieval, can underflow when processing certain power table configurations. This underflow results in either: (1) an effectively infinite loop due to the underflowed value being interpreted as a very large unsigned integer, or (2) loading of invalid power settings that cause driver initialization failure. The vulnerability is triggered during driver initialization when parsing CLC data from firmware. The fix implements proper bounds checking to prevent the underflow condition.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the mt7921 CLC buffer length fix when available from your Linux distribution
- Monitor stable kernel releases for commits addressing CVE-2026-46136
- For systems using MediaTek MT7921 Wi-Fi hardware, verify driver initialization logs for power setting errors as potential indicators of this issue
- Review vendor security advisories for distribution-specific patch availability
Evidence notes
The vulnerability description indicates this is a resolved kernel issue affecting the mt7921 driver specifically. The fix addresses buffer length validation in CLC power table parsing. Multiple stable kernel commits are referenced, suggesting backports to various kernel versions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46136 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46136
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46136 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46136
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0aa63d33742b805d1a218d18d12b983cce4b2f7b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5373f8b19e568b5c217832b9bbef165bd2b2df14
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/90cc573fd2f46ddbc2c329e7814b5ba3deb7b939
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a0111847f0b4f6023f6dd320114697514e024ba3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e451c325b000b9a0081fd93bc6d103d6943d4b55
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.