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

wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link()

Clear WCID pointer removing the sta link in mt7996_mac_sta_deinit_link
routine.
Published: 2026-07-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s mt76 driver for the MT7996 chipset contains a memory‑management flaw in the mt7996_mac_sta_deinit_link() routine. During station link teardown the driver clears a WCID pointer without properly handling its state, creating a susceptible use‑after‑free condition. This is a classic instance of CWE‑825 and can lead to kernel memory corruption. If an attacker can trigger the deinitialization of a station they control, the corrupted pointer could destabilise the kernel, potentially causing a denial of service or, in extreme cases, undermining kernel integrity.

Affected Systems

All Linux kernel installations that load the mt76 module and employ the MT7996 wireless hardware are affected. No specific kernel release is delineated in the public data, so any kernel build containing the unpatched mt76 driver is at risk. The affected vendor is the Linux kernel project itself.

Risk and Exploitability

The CVSS base score of 8.8 classifies the issue as high severity. EPSS indicates a low likelihood of exploitation with a score below 1%, and the vulnerability has not been reported in the CISA KEV catalog. The most likely attack vector is local, inferred from the driver’s need to handle station deinitialization events; it requires an attacker with the ability to influence Wi‑Fi station activity. While remote exploitation cannot be ruled out entirely, the primary risk remains elevated, warranting timely mitigation.

Generated by OpenCVE AI on August 4, 2026 at 07:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch provided by commit 455a48685feebf2d9c1656caad77f9ba1da7b06e, which updates the mt76 driver to correctly clear the WCID pointer.
  • If a kernel upgrade is not immediately available, unload or disable the mt76 module to remove the vulnerable code path from the running system.
  • Monitor inbound Wi‑Fi traffic for abnormal station deinitialization patterns and avoid operations that trigger link teardown until the kernel is patched.

Generated by OpenCVE AI on August 4, 2026 at 07:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 00:15:00 +0000

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

None

threat_severity

Important


Mon, 20 Jul 2026 14:45: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'}


Sun, 19 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link() Clear WCID pointer removing the sta link in mt7996_mac_sta_deinit_link routine.
Title wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link()
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-05T12:36:42.414Z

Reserved: 2026-07-19T07:54:57.017Z

Link: CVE-2026-63866

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63866 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T07:15:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference