CVE-2026-23307

NONE EPSS 0.04%
Обновлено 25 марта 2026
Linux
Параметр Значение
Поставщик Linux
Публичный эксплойт Нет

В ядре Linux устранена следующая уязвимость: можно: ems_usb: ems_usb_read_bulk_callback(): проверить правильную длину сообщения При просмотре данных в USB-урбе фактическая_длина равна размеру буфер, передаваемый драйверу, а не Transfer_buffer_length, который устанавливается драйвером как максимальный размер буфера. При разборе сообщений в ems_usb_read_bulk_callback() правильно проверьте размер как в начале анализа сообщения, чтобы убедиться, что оно достаточно большой для ожидаемой структуры, и в конце сообщения убедитесь, что мы не переполняемся за конец буфера для следующего сообщение.

Показать оригинальное описание (EN)

In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message When looking at the data in a USB urb, the actual_length is the size of the buffer passed to the driver, not the transfer_buffer_length which is set by the driver as the max size of the buffer. When parsing the messages in ems_usb_read_bulk_callback() properly check the size both at the beginning of parsing the message to make sure it is big enough for the expected structure, and at the end of the message to make sure we don't overflow past the end of the buffer for the next message.