HomeDefectsLIN1025-8457
Acknowledged

LIN1025-8457 : Security Advisory - linux - CVE-2025-71268

Created: Mar 19, 2026    Updated: Mar 23, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix reservation leak in some error paths when inserting inline extent  If we fail to allocate a path or join a transaction, we return from __cow_file_range_inline() without freeing the reserved qgroup data, resulting in a leak. Fix this by ensuring we call btrfs_qgroup_free_data() in such cases.