CVE-2026-90370: wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_config

Published Sep 17, 2026
·
Updated

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

wifi: mt76: mt7996: bound TLV walk in mt7996mcugetchipconfig

The response TLV loop advanced by tlv->len without a minimum, so a theoretical firmware response containing a zero-length TLV could spin forever, hanging the CPU during device probe. The u32 payload was also read without bounds checking. Reject a short fixed field, stop on a TLV whose length underruns the header or overruns the skb.

Affected Software

1 affected component
Linux 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

What conditions are required to trigger the hang?

The issue requires an mt7996 device to receive a malformed firmware response while mt7996_mcu_get_chip_config is processing chip configuration during device probe. A zero-length TLV could cause the response-processing loop not to advance, hanging the CPU.

2

What malformed response fields are relevant?

A TLV with a length smaller than its header, a length that extends beyond the skb, or a response too short for the expected fixed u32 field is malformed. The resolved code rejects these conditions rather than continuing to parse the response.

3

How can this affect a system operationally?

The described impact is a CPU hang during device probe, which can prevent successful initialization of the affected wireless device. The provided information does not describe data exposure, privilege escalation, or remote network-triggered exploitation.

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