CVE-2026-90373: wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear

Published Sep 17, 2026
·
Updated

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

wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear

mt7915removeinterface() cleared the wcid mask bit with no lock held and before clearing the RCU wcid pointer. The mask is a non-atomic RMW shared with the allocators, which all run under dev->mt76.mutex; on DBDC the two wiphys share one mt76dev, so this raced addinterface/staadd on the other band and could leak or double-hand-out a wcid. Clearing the bit before the RCU pointer also let a concurrent allocation reuse the index and publish its wcid, which the subsequent NULL assignment then wiped. Move the clear into the existing mutex section, after the RCU pointer is cleared.

Affected Software

1 affected component
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 systems are exposed to this race condition?

Systems using the Linux kernel mt76 mt7915 Wi-Fi driver are affected when interfaces or stations are added or removed concurrently. The described race is specifically relevant to DBDC operation, where two wiphys share one mt76_dev.

2

What conditions are needed to trigger the issue?

An interface removal must race with add_interface or sta_add activity on the other band. The shared WCID allocation mask is modified without the mutex, allowing an allocator to observe and reuse an index at the wrong time.

3

What can happen if the race is triggered?

A WCID can be leaked or handed out twice. A concurrent allocation can also publish a WCID pointer that is subsequently cleared by the interface-removal path.

4

What is the relevant remediation?

Use a kernel version containing the fix that clears the RCU WCID pointer first and then clears the WCID mask while holding dev->mt76.mutex. The listed stable-kernel references identify commits carrying that change.

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