CVE-2023-54099
Last modified
CVE-2023-54099 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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/00000000000006a0df05f6667499@google.com/T/
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < 0336b42456e485fda1006b5b411e7372e20fbf03; >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < 7e4e87ec56aa6d008c64eab31b340a7c452b26cc; >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < 0ccfe21949bc9f706a86ee7351b74375c0745757; >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < 295ef44a2abaf97d7a594b1d4c60d4be3738191f; >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < 4abda85197ba5d695e6040d580b4b409ce0d3733; >= 8d0347f6c3a9d4953ddd636a31c6584da082e084, < c541dce86c537714b6761a79a969c1623dfa222b |
| Linux | Linux | 5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54099?
How severe is CVE-2023-54099?
How do I fix CVE-2023-54099?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54093In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54094In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-54095In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-54096In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54097In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54098In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2023-5410A potential security vulnerability has been reported in the …8.2
- CVE-2023-54100In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54101In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54102In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54103Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54104In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-54099?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
