CVE-2023-53848

Linux Kernel 6.0-6.1.52, 6.2-6.4.15, 6.5.0-6.5.2 - Deadlock in r5l_exit_log

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix a deadlock in r5l_exit_log() Commit b13015af94cf ("md/raid5-cache: Clear conf->log after finishing work") introduce a new problem: // caller hold reconfig_mutex r5l_exit_log flush_work(&log->disable_writeback_work) r5c_disable_writeback_async wait_event /* * conf->log is not NULL, and mddev_trylock() * will fail, wait_event() can never pass. */ conf->log = NULL Fix this problem by setting 'config->log' to NULL before wake_up() as it used to be, so that wait_event() from r5c_disable_writeback_async() can exist. In the meantime, move forward md_unregister_thread() so that null-ptr-deref this commit fixed can still be fixed.

Scores

EPSS 0.0020
EPSS Percentile 10.5%

Details

Status published
Products (13)
linux/Kernel 6.0.0 - 6.1.53linux
linux/Kernel 6.2.0 - 6.4.16linux
linux/Kernel 6.5.0 - 6.5.3linux
Linux/Linux < 6.0
Linux/Linux 6.0
Linux/Linux 6.1.53 - 6.1.*
Linux/Linux 6.4.16 - 6.4.*
Linux/Linux 6.5.3 - 6.5.*
Linux/Linux 6.6
Linux/Linux b13015af94cf405f73ff64ce0797269554020c37 - 71cf23271f015a57038bdc4669952096f9fe5500
... and 3 more
Published Dec 09, 2025
Tracked Since Feb 18, 2026