In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: fix out-of-bounds access in mmio copy helpers
mt76_mmio_write_copy() and mt76_mmio_read_copy() iterate up to
ALIGN(len, 4), so a length that is not a multiple of four reads past the
source buffer (write_copy) or writes past the destination (read_copy).
Copy the aligned body in the loop and handle the remaining tail through a
4-byte bounce buffer, keeping the register access width unchanged.
CVE-2026-90369
NONE
EPSS 0.15%
Обновлено 17 сентября 2026
Linux
Сводка
CVE ID
CVE-2026-90369
Опубликовано
17 сентября, 2026
Поставщик
Linux
Уровень угрозы
NONE
Вероятность атаки (EPSS)
Шанс использования
0.15%
Вероятность использования в ближайшие 30 дней
Уровень риска:
Опаснее 5.1% всех уязвимостей
Стандартный цикл обновлений
Ущерб
Минимальное воздействие
Ссылка
Перейти к источнику