3 matches found
CVE-2026-80937
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...
EUVD-2026-76260
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...
CVE-2026-80937
CVE-2026-80937 affects the Linux kernel mt76 WiFi driver, specifically the mt7915 hardware path. The function mt7915_mcu_get_eeprom() copies a fixed EFUSE block into the driver's eeprom.data buffer using an offset (res->addr) supplied by the device as a __le32, without validating it against th...