PT-2024-31331 · Linux+5 · Linux Kernel+5
Syzbot
·
Published
2024-06-14
·
Updated
2026-05-26
·
CVE-2024-44963
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the btrfs file system in the Linux kernel. When freeing a tree block, the function
btrfs free tree block() does not handle errors properly, leading to a BUG ON() condition. The error most likely to occur is -ENOMEM, but other errors can also happen, especially when qgroups are enabled. The function btrfs qgroup trace extent post() can return errors like -EUCLEAN or other values from btrfs search slot(), which can be propagated back to btrfs free tree block(). To fix this, the kernel now returns the error to the callers and aborts the transaction to prevent space leaks. This issue was triggered by Syzbot, likely due to memory allocation failure injection.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Check for Exceptional Conditions
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Alt Linux
Debian
Linuxmint
Linux Kernel
Suse
Ubuntu