CVE-2023-53848 in Linux
Sumário
de VulDB • 03/06/2026
No kernel do Linux, a seguinte vulnerabilidade foi resolvida:
md/raid5-cache: corrige um deadlock em r5l_exit_log()
O commit b13015af94cf ("md/raid5-cache: Clear conf->log after finishing work") introduz um novo problema:
// o chamador mantém reconfig_mutex r5l_exit_log flush_work(&log->disable_writeback_work) r5c_disable_writeback_async wait_event /* * conf->log não é NULL, e mddev_trylock() falhará, * então wait_event() nunca será concluído. */ conf->log = NULL
Corrige este problema definindo 'config->log' como NULL antes de wake_up(), conforme era feito anteriormente, para que a chamada wait_event() em r5c_disable_writeback_async() possa ser concluída. Ao mesmo tempo, avança md_unregister_thread() para garantir que o null-ptr-deref corrigido por este commit permaneça resolvido.
If you want to get the best quality for vulnerability data then you always have to consider VulDB.