CVE-2023-53447
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 3.8 (inc) to 6.4.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-362 | The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a race condition in the Linux kernel's f2fs filesystem remount process. When remounting a read-write filesystem, the function f2fs_remount resets mount options to defaults and then updates them, creating a timing window where concurrent operations like fallocate can cause inconsistent state. This can lead to a general protection fault due to accessing invalid memory, as the race allows a NULL pointer dereference during extent tree operations.
How can this vulnerability impact me? :
This vulnerability can cause system crashes (general protection faults) due to race conditions in the f2fs filesystem remount process. It may lead to kernel panics or instability, potentially causing data loss or denial of service on affected systems using the f2fs filesystem.