CVE Catalog
CVE-2024-58089
MediumSummary
In the Linux kernel, a double accounting race was fixed in Btrfs when btrfs_run_delalloc_range() fails. The issue occurs when block size is smaller than page size and can lead to kernel crash.
Risk Assessment
The race could lead to system crash (kernel panic) during write operations on Btrfs, especially on architectures with large pages.
Recommendation
Apply a Linux kernel update that includes the fix for Btrfs.
Original NVD description (English source)
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double accounting race when btrfs_run_delalloc_range() failed [BUG] When running btrfs with block size (4K) smaller than page size (64K, aarch64), there is a very high chance to crash the kernel at generic/750, with the

