Impact
A double free bug exists in the Linux kernel’s btrfs filesystem when the create_space_info() function fails to allocate a kobject. The bug allows the same memory block to be freed twice, which can corrupt kernel memory and may lead to a system crash. This weakness is a classic improper deallocation flaw (CWE-415).
Affected Systems
The flaw affects Linux kernel binaries that include the Btrfs filesystem and whose version does not contain the upstream commit that fixes the double free. Any kernel build using the unpatched btrfs module prior to the specified commit is potentially vulnerable. No specific version range is provided in the advisory, so all affected kernels must be examined against the fix commit history to determine coverage.
Risk and Exploitability
The vulnerability is not listed in the CISA KEV catalog, and no EPSS information is available. No publicly documented exploits are known. The double free occurs during the btrfs error path, but the CVE description does not provide details on a specific attack scenario.
OpenCVE Enrichment