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

wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()

mt76_connac_get_he_phy_cap routine can theoretically return NULL so
check cap pointer before dereferencing it.
Published: 2026-08-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A null pointer dereference occurs in the mt76 mt7996 wifi driver when mt76_connac_get_he_phy_cap may return NULL and the code fails to check this before accessing the pointer. If the function returns NULL, the kernel will dereference a NULL pointer, leading to a crash or kernel panic. This results in a loss of system availability for the affected node. The weakness is a classic NULL pointer dereference and is mapped to CWE-476.

Affected Systems

The vulnerability affects Linux kernel systems that include the mt76 driver for mt7996 hardware. All Linux kernel builds prior to the introduction of the safety check in the referenced commit are potentially impacted; the vendor product list indicates generic Linux kernel distributions.

Risk and Exploitability

The EPSS score is <1% and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is 5.9. Based on the description, the likely attack vector is local or requires control over the Wi‑Fi device: an attacker could craft traffic or manipulate the device to trigger the driver path that invokes mt76_connac_get_he_phy_cap and cause a NULL pointer use. The resulting kernel crash would lead to a denial of service. The risk is high if the system is exposed to untrusted network traffic and no mitigations are applied, but it does not appear to be exploitable remotely without additional conditions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes commit 4fd85fd2 or any later commit that adds the NULL pointer check in mt76_connac_get_he_phy_cap.
  • If a kernel upgrade is not immediately possible, apply the patch manually from the referenced commit tree before the system experiences an OF course.
  • Disable the mt76 Wi‑Fi interface or unload the mt76 driver until the patch is applied to prevent the crash from occurring while the vulnerability remains unpatched.

Generated by OpenCVE AI on August 13, 2026 at 04:17 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, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/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: mt7996: check pointer returned by mt76_connac_get_he_phy_cap() mt76_connac_get_he_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.
Title wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()
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:03:00.803Z

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

Link: CVE-2026-68308

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T05:18:33.687

Link: CVE-2026-68308

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:02:42Z

Links: CVE-2026-68308 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T04:30:06Z

Weaknesses