NONE · 0

CVE-2026-90370

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_config The response TLV loop advanced by tlv->len without a minimum, so ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_config 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.

References

FAQ

What is CVE-2026-90370?

CVE-2026-90370 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_config The response TLV loop advanced by tlv->len without a minimum, so ...

How severe is CVE-2026-90370?

CVSS scoring is not yet available for CVE-2026-90370. Check NVD for updates.

Is there a patch for CVE-2026-90370?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.