Bug 2513401 (CVE-2026-68310) - CVE-2026-68310 kernel: wifi: mt76: mt7915: guard HE capability lookups
Summary: CVE-2026-68310 kernel: wifi: mt76: mt7915: guard HE capability lookups
Keywords:
Status: NEW
Alias: CVE-2026-68310
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:35 UTC by OSIDB Bzimport
Modified: 2026-08-12 09:50 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:35:17 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-08-11 18:37:33 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026081031-CVE-2026-68310-f438@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.