CVE-2026-90382: wifi: mt76: mt76x02: do not WARN on invalid rx descriptor length

Published Sep 17, 2026
·
Updated

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

wifi: mt76: mt76x02: do not WARN on invalid rx descriptor length

The MPDU length in the rx descriptor comes from the hardware. In monitor mode with the fcsfail filter enabled, the hardware passes up corrupted frames, and a corrupted frame can report a length larger than the received buffer. The bounds check correctly discards such frames, but its WARNONONCE wrapper means any over-the-air garbage frame taints the kernel, and panics it on the first such frame when paniconwarn is set.

Drop the WARN and discard the frame silently, matching what commit c2d4c8723dbf ("mt76x2: remove some harmless WARNONs in tx status and rx path") did for the neighboring rx and tx status paths.

Observed immediately on rx with an MT7612U in fcsfail monitor mode on a busy channel.

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 a panic from this issue?

Systems using the mt76x02 receive path are exposed when operating in monitor mode with the fcsfail filter enabled and panic_on_warn set. The issue was observed with an MT7612U on a busy channel.

2

What is required to trigger the problem?

The hardware must pass a corrupted frame whose reported MPDU length exceeds the received buffer length. Such over-the-air corrupted traffic can cause the receive bounds check to issue a WARN_ON_ONCE, which taints the kernel or panics it when panic_on_warn is enabled.

3

What can be done before the fix is deployed?

Avoid using monitor mode with the fcsfail filter enabled on affected hardware, particularly where panic_on_warn is set. This removes the condition in which corrupted frames are passed up and can trigger the warning.

4

How can I tell whether this has occurred?

A malformed received frame causes the kernel to be tainted by the WARN_ON_ONCE condition. On systems with panic_on_warn enabled, the first occurrence can instead result in a kernel panic.

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