CVE-2026-80935

Summary

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

wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copy

mt7996_mcu_get_eeprom() derives the destination of the EFUSE/EXT block copy from the address reported by the MCU response (event->addr, a device-controlled __le32) and clamps only the copy length, never the destination offset into dev->mt76.eeprom.data. A malicious or malfunctioning device can report an arbitrary address and drive an out-of-bounds write of up to MT7996_EXT_EEPROM_BLOCK_SIZE bytes past eeprom.data.

Reject a response whose address would place the copy outside eeprom.data before deriving the destination pointer. Devices that echo the requested in-bounds offset are unaffected.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux98686cd21624c75a043e96812beadddf4f6f48e5 < 6be59da2063d5b3522bfde8aae0487ec095eb384affected
LinuxLinux98686cd21624c75a043e96812beadddf4f6f48e5 < 13b3c29a782033ce4a230be9e5618032813dbcd4affected
LinuxLinux6.2affected
LinuxLinux0 < 6.2unaffected
LinuxLinux7.2.4 <= 7.2.*unaffected
LinuxLinux7.3-rc1 <= *unaffected

Weaknesses

References