CVE-2023-53339
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.19.293 (exc) |
| linux | linux_kernel | From 4.20 (inc) to 5.4.255 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.192 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.128 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.47 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.12 (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 |
| 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 is a race condition in the Linux kernel's btrfs filesystem code, specifically in the btrfs_cancel_balance function. When pausing and canceling a balance operation concurrently, a race can occur that triggers a BUG_ON panic, causing the kernel to crash. The BUG_ON condition does not properly handle this race scenario, leading to a kernel panic, although the race condition has no other side effects.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to panic (crash) when a balance operation on a btrfs filesystem is paused and canceled concurrently. This can lead to system instability or downtime due to the kernel crash, but it does not have other side effects beyond causing the panic.