CVE-2026-90357: wifi: mt76: mt7915: unlink TWT flow if the MCU rejects the agreement

Published Sep 17, 2026
·
Updated

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

wifi: mt76: mt7915: unlink TWT flow if the MCU rejects the agreement

The flow is added to dev->twtlist before sending the agreement to the firmware, but the error path leaves it linked while flowidmask is never set. The flow slot can then be reused and memset while still on the list, corrupting twtlist, and station removal leaves a dangling entry behind that mt7915mactwtschedlistadd() later walks.

Affected Software

1 affected component
Linux Kernel Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description

Frequently Asked Questions

1

Which deployments are implicated by this issue?

The issue affects Linux kernel deployments using the mt76 mt7915 Wi-Fi driver path that creates TWT agreements. It is triggered when the firmware MCU rejects an agreement after the flow has been added to the device TWT list.

2

What condition leads to list corruption?

A rejected agreement leaves the flow linked in dev->twt_list without setting flowid_mask. The same flow slot can later be reused and cleared while it remains linked, corrupting the list.

3

How can the problem persist after a station is removed?

Station removal can leave a dangling TWT-list entry. A later call to mt7915_mac_twt_sched_list_add() may walk that dangling entry.

4

What should be done to remediate the issue?

Update to a Linux kernel version that includes the referenced stable fixes. The correction unlinks the TWT flow when the MCU rejects the agreement.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203