Ad

CVE-2026-72453

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

В ядре Linux устранена следующая уязвимость: regcache: не перезаписывать код ошибки при финализации кеша после ошибки. Если во время инициализации regcache возникает ошибка в cache_ops->заполнить обратный вызов, и если операции кэша включают выход обратный вызов, код ошибки из populate() заменяется возвращаемым значением значение из выхода(). Это скрывает состояние ошибки от вызывающей стороны regcache_init() и может вызвать разыменование нулевого указателя, когда regcache доступ к нему осуществляется позже.

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

In the Linux kernel, the following vulnerability has been resolved: regcache: Do not overwrite error code when finalizing cache after error During regcache initialization, if an error occurs in the cache_ops->populate callback, and if cache operations include an exit callback, the error code from populate() is overwritten with the return value from exit(). This hides the error condition from the caller of regcache_init(), and can cause NULL pointer dereferences when the regcache is later accessed.