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

wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211()

For injected frames (e.g. via radiotap), mac80211 can pass
info->control.vif = NULL, as explicitly noted in struct ieee80211_tx_info.
Check vif pointer before executing ieee80211_vif_is_mld() in
mt7996_mac_write_txwi_80211 routine in order to avoid a possible NULL
pointer dereference.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves a NULL pointer dereference in the mt7996_mac_write_txwi_80211 routine of the mt76 WiFi driver. When a packet with an injected radiotap header is processed, the function can receive a NULL vif pointer and proceed to call ieee80211_vif_is_mld without checking for null, causing a kernel crash. Such a crash results in a system reboot or loss of network services, representing a denial of service.

Affected Systems

Linux kernel versions that include the mt76 driver targeting the MediaTek MT7996 wireless chip are affected. Prior to the patch, devices running those kernel versions could be brought down by an attacker crafting malformed frames. The commit database links highlight that the fix was merged into the mainstream kernel, but no specific kernel version numbers are listed in the data. Administrators should verify that their kernel and mt76 driver contain the changes in the cited git commits.

Risk and Exploitability

Based on the description, it is inferred that the attack vector is local over the air. The CVSS score is 5.5, indicating a moderate impact. The EPSS score is < 1% and the vulnerability is not listed in KEV, suggesting limited public exploitation. The fault could be triggered by any wireless client that can transmit crafted frames. Because a kernel panic would terminate all processes, the seriousness is high, but the low exploitation probability reduces urgency slightly; nevertheless, updating the kernel promptly remains the advised action.

Generated by OpenCVE AI on August 22, 2026 at 01:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the fix in the mt76 driver (commits c61370e6, c63e6151b, cdfb27e5d).
  • If a timely kernel update is not possible, disable the affected WiFi interface or block incoming IEEE 802.11 traffic until the driver is patched.
  • Consider switching to a different WiFi chipset or driver that does not use the mt76 driver until the vulnerability is addressed.

Generated by OpenCVE AI on August 22, 2026 at 01:02 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
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

Moderate


Sat, 15 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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 NULL pointer dereference in mt7996_mac_write_txwi_80211() For injected frames (e.g. via radiotap), mac80211 can pass info->control.vif = NULL, as explicitly noted in struct ieee80211_tx_info. Check vif pointer before executing ieee80211_vif_is_mld() in mt7996_mac_write_txwi_80211 routine in order to avoid a possible NULL pointer dereference.
Title wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211()
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:17:12.538Z

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

Link: CVE-2026-74322

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-74322

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74322 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T01:15:05Z

Weaknesses