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

wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb()

If link_conf or link_sta lookup fails in mt7996_tx_prepare_skb routine,
mt7996 driver leaks an already allocated tx token. Fix the issue
releasing the token in case of error.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The mt7996 Wi‑Fi driver leaks transmission tokens when a MT76 link configuration or station lookup fails within the mt7996_tx_prepare_skb routine. Because each lookup failure consumes a token that is never returned, repeated failures can exhaust the limited token pool, causing subsequent packets to be blocked and resulting in a denial of service or degraded throughput. The flaw is a classic resource management defect characterized by an uncontrolled reuse of a scarce resource.

Affected Systems

The flaw exists in the Linux kernel’s mt76 WLAN driver, specifically the mt7996 module. All kernel builds that incorporate this driver before the commit referenced in the fix are affected. The patch resides in the upstream kernel source and applies to any kernel version that includes the driver component at the time of update.

Risk and Exploitability

The EPSS score is reported as below 1 percent, indicating a very low exploitation probability at this time, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score is 8.8. Based on the description, it is inferred that an attacker who can trigger repeated lookup failures—such as by connecting to the Wi‑Fi interface with malformed or failing association attempts—could force the driver to leak tokens continuously. Over time this could exhaust the limited token pool and disconnect legitimate traffic, producing a denial of service. No explicit prerequisites or privilege levels are stated in the CVE text, so the feasibility of such an exploit depends on the attacker’s ability to induce the failure conditions.

Generated by OpenCVE AI on August 22, 2026 at 00:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Patch the kernel to a release that includes the commit that releases the transmission token on error (refer to commit 06e65d6cf80490bc0457d339595d1ed5a89e8899).
  • If a kernel upgrade is not yet feasible, unload and reload the mt76 module (modprobe -r mt76 && modprobe mt76) or reboot the device to release any allocated tokens.
  • Monitor Wi‑Fi traffic for symptoms of token exhaustion, such as repeated packet drops or shortened transmission attempts.

Generated by OpenCVE AI on August 22, 2026 at 00:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-409

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

Type Values Removed Values Added
Weaknesses CWE-400
CWE-772

Mon, 17 Aug 2026 06:00: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'}


Sat, 15 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-772

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: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb() If link_conf or link_sta lookup fails in mt7996_tx_prepare_skb routine, mt7996 driver leaks an already allocated tx token. Fix the issue releasing the token in case of error.
Title wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb()
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:45:53.522Z

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

Link: CVE-2026-74323

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74323

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74323 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T00:30:16Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)

  • CWE-772

    Missing Release of Resource after Effective Lifetime