CVE-2023-53183
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 5.15.127 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.46 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.11 (exc) |
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | 6.5 |
| linux | linux_kernel | 6.5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-617 | The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's btrfs filesystem involves a race condition between quota tree creation and relocation, which can cause a duplicated quota tree to be created. This duplicated tree is mistakenly treated as a filesystem tree with a ROOT_SHAREABLE flag, leading to the creation of a relocation tree for it. Originally, this caused an ASSERT() crash inside prepare_to_merge(). The fix replaces these ASSERT() crashes with graceful handling and warnings to better manage and debug the mismatch of relocation roots.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to an ASSERT() failure triggered by the race condition in btrfs quota tree handling. Such crashes can lead to system instability or downtime, potentially affecting data availability and system reliability.