CVE-2026-80937: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy

Published Sep 11, 2026
·
Updated

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 device-controlled le32) without checking it against the buffer size. A malicious or malfunctioning device can report an arbitrary address and drive a 16-byte out-of-bounds write 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

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the fix so mt7915_mcu_get_eeprom() rejects MCU responses with an EEPROM address that would cause the EFUSE copy to write past the dev->mt76.eeprom.data buffer; perform the bounds check before deriving the destination pointer.

    Linux kernel (mt76/mt7915) mt7915_mcu_get_eeprom device EEPROM address bounds check = Reject a response whose address would place the copy outside eeprom.data before deriving the destination pointer (bound the MCU-reported EEPROM address)

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What systems are realistically exposed to this issue?

Systems using the Linux kernel mt76 mt7915 Wi-Fi driver are exposed when the driver obtains EEPROM data from a device that can return a malicious or malformed MCU response. Devices that echo the requested in-bounds offset are unaffected.

2

What does an attacker or faulty device need to do to trigger the vulnerability?

The device must report an EEPROM address in the MCU response that causes the fixed 16-byte EFUSE block copy to extend beyond the driver's eeprom.data buffer. The reported address is device-controlled and was not validated before calculating the destination pointer.

3

How can I determine whether a device response is unsafe?

A response is unsafe if its reported address would place the 16-byte EFUSE copy outside eeprom.data. Responses that return the requested in-bounds offset do not trigger the issue.

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