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

wifi: mt76: mt7921: fix a potential clc buffer length underflow

The buf_len is used to limit the iterations for retrieving the country
power setting and may underflow under certain conditions due to changes
in the power table in CLC.

This underflow leads to an almost infinite loop or an invalid power
setting resulting in driver initialization failure.
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a buffer length underflow (CWE-124) in the Linux kernel’s mt76 mt7921 wireless driver. The buf_len value limits iterations for retrieving the country power setting, and under specific conditions the length may underflow when the power table in CLC changes. This brings the driver into an almost infinite loop or an invalid power setting, leading to driver initialization failure and preventing the wireless interface from functioning.

Affected Systems

This issue affects Linux systems running any kernel that includes the mt76 mt7921 driver prior to the fix. The specific kernel versions that contain the vulnerability are not listed in the available data, but the problem exists in all releases where the mt7921 driver is compiled with the CLC power table code without the applied patch.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity for this defect—a buffer underflow leading to an infinite loop or invalid power setting. The EPSS score is < 1 %, suggesting a very low but non-zero likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a malicious or erroneous wireless transmission or configuration change that initiates the mt7921 driver, potentially from an attacker in proximity to the device or through a compromised power table configuration. If the flaw is triggered, the driver may hang or fail to boot its network stack, resulting in a denial of service at the system or interface level.

Generated by OpenCVE AI on May 29, 2026 at 05:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the mt7921 driver fix.
  • If a kernel upgrade cannot be performed immediately, disable or remove the mt7921 wireless driver from the system configuration to eliminate the vulnerable code path.
  • Continuously monitor driver initialization logs for failures or repeated attempts to load the mt7921 driver, and reboot the device promptly if a failure is detected.

Generated by OpenCVE AI on May 29, 2026 at 05:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Jun 2026 17:00:00 +0000


Fri, 29 May 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674
CWE-703

Fri, 29 May 2026 00:15:00 +0000

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

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Thu, 28 May 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-674
CWE-703

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix a potential clc buffer length underflow The buf_len is used to limit the iterations for retrieving the country power setting and may underflow under certain conditions due to changes in the power table in CLC. This underflow leads to an almost infinite loop or an invalid power setting resulting in driver initialization failure.
Title wifi: mt76: mt7921: fix a potential clc buffer length underflow
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-06-14T17:57:08.679Z

Reserved: 2026-05-13T15:03:33.099Z

Link: CVE-2026-46136

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-28T10:16:29.160

Modified: 2026-06-01T17:17:28.283

Link: CVE-2026-46136

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-46136 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T06:00:19Z

Weaknesses
  • CWE-124

    Buffer Underwrite ('Buffer Underflow')