В subsys/debug/coredump/coredump_shell.c функция print_coredump_hdr() использовала 16-битное поле tgt_code хранимого заголовка дампа памяти Zephyr непосредственно в качестве индекса в coredump_target_code2str[], фиксированном 7-элементном массиве строковых указателей без проверки границ. Сохраненный дамп памяти, tgt_code которого равен >= 7, приводит к чтению символа* за пределами массива до ~64 КБ записей за пределами массива; это значение передается в качестве аргумента %s в функцию Shell_print, которая разыменовывает его и обрабатывает его как строку. Результатом является либо раскрытие содержимого памяти устройства пользователю оболочки, либо сбой, когда указатель выхода за границы не отображается.
Дефект достигается с помощью команды оболочки печати coredump (cmd_coredump_print_stored_dump -> Pretty_print_coredump -> parse_and_print_coredump -> print_coredump_hdr). Поле tgt_code генерируется устройством и находится в пределах допустимого диапазона во время обычной обработки сбоев, поэтому для запуска требуется доступ к локальной оболочке, а также возможность создания или повреждения хранящегося дампа памяти во флэш-памяти. Представлено в версии 4.2.0 (фиксация 13abd7fe730) и присутствует в версии 4.4.0; фиксируется путем закрепления кодов, выходящих за пределы диапазона, к «неизвестной» (индекс 0) записи.
Показать оригинальное описание (EN)
In subsys/debug/coredump/coredump_shell.c, print_coredump_hdr() used the 16-bit tgt_code field of a stored Zephyr coredump header directly as an index into coredump_target_code2str[], a fixed 7-element array of string pointers, with no bounds check. A stored coredump whose tgt_code is >= 7 causes an out-of-bounds read of a char* up to ~64K entries past the array; that value is passed as the %s argument to shell_print, which dereferences and walks it as a string. The result is either disclosure of device memory contents to the shell user or a crash when the out-of-bounds pointer is unmapped. The defect is reached via the coredump print shell command (cmd_coredump_print_stored_dump -> pretty_print_coredump -> parse_and_print_coredump -> print_coredump_hdr). The tgt_code field is device-generated and in-range during normal crash handling, so triggering requires local shell access plus the ability to stage or corrupt the stored coredump in the flash/in-memory backend. Introduced in v4.2.0 (commit 13abd7fe730) and present through v4.4.0; fixed by clamping out-of-range codes to the 'unknown' (index 0) entry.
Характеристики атаки
Последствия
Строка CVSS v3.1