CVE-2026-68311 PUBLISHED

wifi: mt76: mt7925: guard link STA in decap offload

Assigner: Linux
Reserved: 30.07.2026 Published: 10.08.2026 Updated: 10.08.2026

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

wifi: mt76: mt7925: guard link STA in decap offload

mt7925_sta_set_decap_offload() iterates over the vif valid_links mask when updating decap offload state for an MLO station. The station may not have a link STA for every valid link of the vif, so mt792x_sta_to_link() can return NULL for a link that belongs to the vif but not to the station.

The function currently dereferences mlink before checking whether the link WCID is ready. If mlink is NULL, setting or clearing MT_WCID_FLAG_HDR_TRANS dereferences a NULL pointer.

Skip links without a station link before touching mlink->wcid.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from b859ad65309a5f1654e8b284de582831fc88e2d8 to 1e608cae1ba0b4a600b752efa223fd2be376b143 (excl.)
  • affected from b859ad65309a5f1654e8b284de582831fc88e2d8 to f1ee53e08fdd2906e90c6a6d71e1368fcd52bfc3 (excl.)
  • affected from b859ad65309a5f1654e8b284de582831fc88e2d8 to d86883f7e8f03a5b81b4e59f2c0b6c05f79e01fd (excl.)
  • affected from b859ad65309a5f1654e8b284de582831fc88e2d8 to 96ea44f2269f30364cffa054ee3a87e595bef0d4 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.11 is affected
  • unaffected from 0 to 6.11 (excl.)
  • unaffected from 6.12.101 to 6.12.* (incl.)
  • unaffected from 6.18.42 to 6.18.* (incl.)
  • unaffected from 7.1.6 to 7.1.* (incl.)
  • unaffected from 7.2-rc5 to * (incl.)

References