CVE Catalog
CVE-2024-49932
MediumSummary
In the Linux kernel, in the Btrfs filesystem, an issue with readahead on the relocation inode was fixed when the filesystem uses a RAID stripe tree (RST), which could cause ENOENT errors.
Risk Assessment
ENOENT errors during relocation can lead to file operation failures and potential data loss.
Recommendation
Install the updated Linux kernel with the fix for Btrfs to avoid relocation issues on RST systems.
Original NVD description (English source)
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT (e.g. due to preallocated extents not being ma

