CVE-2023-53337
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 4.14.315 (exc) |
| linux | linux_kernel | From 4.15 (inc) to 4.19.283 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.243 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.180 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.111 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.28 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.15 (exc) |
| linux | linux_kernel | From 6.3 (inc) to 6.3.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the nilfs2 file system in the Linux kernel, where after detecting metadata corruption and switching to read-only mode, the system still attempts to write dirty data. Specifically, mark_buffer_dirty() is called improperly after the file system has degenerated to read-only, causing warnings and potential inconsistencies. The fix ensures that no writes occur after degeneration by aborting early if in read-only mode and adjusting retry logic to avoid unnecessary log write attempts.
How can this vulnerability impact me? :
The vulnerability can cause warnings and improper attempts to write data to a file system that has become read-only due to corruption. This may lead to data inconsistencies or unexpected behavior during unmount processing or other log writes, potentially affecting system stability or data integrity.