В ядре Linux устранена следующая уязвимость:
s390/perf_cpum_cf: добавьте отсутствующий array_index_nospec() в __hw_perf_event_init().
Переменная ev контролируется пользовательским пространством через event->attr.config и используется
как индекс массива после проверки границ, но без спекуляций
барьеры.
Добавьте отсутствующий вызов array_index_nospec(), чтобы предотвратить спекулятивные
исполнение.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: s390/perf_cpum_cf: Add missing array_index_nospec() to __hw_perf_event_init() ev variable is userspace controlled via event->attr.config and used as an array index after bounds checking, but without speculation barriers. Add the missing array_index_nospec() call to prevent speculative execution.