NONE · 0

CVE-2026-90374

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate RX band_idx before dereferencing phys[] band_idx comes from a 2-bit descriptor field (0-3) and was us...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate RX band_idx before dereferencing phys[] band_idx comes from a 2-bit descriptor field (0-3) and was used directly to index dev->mt76.phys[] (size __MT_MAX_BAND == 3) and dereference the result. A corrupt or reserved descriptor value could index out of bounds or hit a NULL phy on parts with fewer bands. Reject invalid band indices, mirroring mt7996_rx_get_wcid().

References

FAQ

What is CVE-2026-90374?

CVE-2026-90374 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: validate RX band_idx before dereferencing phys[] band_idx comes from a 2-bit descriptor field (0-3) and was us...

How severe is CVE-2026-90374?

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

Is there a patch for CVE-2026-90374?

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