CVE-2023-54099

Linux Kernel 5.1.0-6.4.9 Race Condition in Filesystem Remount

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: fs: Protect reconfiguration of sb read-write from racing writes The reconfigure / remount code takes a lot of effort to protect filesystem's reconfiguration code from racing writes on remounting read-only. However during remounting read-only filesystem to read-write mode userspace writes can start immediately once we clear SB_RDONLY flag. This is inconvenient for example for ext4 because we need to do some writes to the filesystem (such as preparation of quota files) before we can take userspace writes so we are clearing SB_RDONLY flag before we are fully ready to accept userpace writes and syzbot has found a way to exploit this [1]. Also as far as I'm reading the code the filesystem remount code was protected from racing writes in the legacy mount path by the mount's MNT_READONLY flag so this is relatively new problem. It is actually fairly easy to protect remount read-write from racing writes using sb->s_readonly_remount flag so let's just do that instead of having to workaround these races in the filesystem code. [1] https://lore.kernel.org/all/[email protected]/T/

Scores

EPSS 0.0019
EPSS Percentile 8.6%

Details

Status published
Products (19)
linux/Kernel 5.1.0 - 5.4.253linux
linux/Kernel 5.11.0 - 5.15.126linux
linux/Kernel 5.16.0 - 6.1.45linux
linux/Kernel 5.5.0 - 5.10.190linux
linux/Kernel 6.2.0 - 6.4.10linux
Linux/Linux < 5.1
Linux/Linux 5.1
Linux/Linux 5.10.190 - 5.10.*
Linux/Linux 5.15.126 - 5.15.*
Linux/Linux 5.4.253 - 5.4.*
... and 9 more
Published Dec 24, 2025
Tracked Since Feb 18, 2026