В ядре Linux устранена следующая уязвимость:
dm-verity: сделать счетчик ошибок атомарным
Счетчик ошибок «v->corrupted_errs» не был атомарным, поэтому его можно было
в зависимости от условий гонки. Звонок в
dm_audit_log_target("max-corrupted-errors") можно пропустить из-за
гонки.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v->corrupted_errs" was not atomic, thus it could be subject to race conditions. The call to dm_audit_log_target("max-corrupted-errors") may be skipped due to the races.