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

wifi: mt76: mt7915: guard HE capability lookups

mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv() both run after
checking HE support, then dereference the HE PHY capability returned by
mt76_connac_get_he_phy_cap(). That helper can return NULL when no
capability entry matches the vif type.

Fetch the capability before appending the TLV and skip the HE-specific
setup when no matching capability is available.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A null pointer dereference in Linux’s mt76/mt7915 Wi‑Fi driver allows the kernel to crash if the driver processes HE (High Efficiency) capability lookups without confirming the presence of a valid capability entry. The vulnerability would cause an immediate kernel panic, leading to loss of system availability. The weakness is a classic NULL pointer dereference, identified as CWE‑476.

Affected Systems

All Linux kernel builds that include the mt76 or mt7915 Wi‑Fi driver are affected. The issue arises when the driver module is loaded and a wireless interface attempts to use HE capabilities, regardless of the specific kernel release version.

Risk and Exploitability

EPSS of < 1% indicates a very low probability of exploitation and the vulnerability is not listed in the CISA KEV catalog. The CVSS score of 5.5 reflects moderate severity. The null pointer dereference occurs in kernel‑space during processing of HE capability lookups; an attacker would need to trigger the lookup, likely through control of a wireless interface or manipulation of Wi‑Fi frames, which would result in a denial of service. This attack would generally require local privilege or the ability to influence traffic to the vulnerable driver.

Generated by OpenCVE AI on August 13, 2026 at 04:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the commit fixing the null‑pointer dereference in the mt76/mt7915 driver.
  • Reboot the system after applying the kernel update to ensure the corrected driver is loaded.
  • If an immediate kernel upgrade is not possible, temporarily disable HE capabilities or unload the mt76/mt7915 driver to prevent the crash from occurring while the system remains on the vulnerable kernel.

Generated by OpenCVE AI on August 13, 2026 at 04:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Wed, 12 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


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

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: guard HE capability lookups mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv() both run after checking HE support, then dereference the HE PHY capability returned by mt76_connac_get_he_phy_cap(). That helper can return NULL when no capability entry matches the vif type. Fetch the capability before appending the TLV and skip the HE-specific setup when no matching capability is available.
Title wifi: mt76: mt7915: guard HE capability lookups
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-19T16:33:03.090Z

Reserved: 2026-07-30T09:28:09.381Z

Link: CVE-2026-68310

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:20.830

Modified: 2026-08-19T17:20:41.860

Link: CVE-2026-68310

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68310 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T05:00:10Z

Weaknesses