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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-03-18 18:16
Updated : 2026-07-30 06:24
NVD link : CVE-2025-71268
Mitre link : CVE-2025-71268
CVE.ORG link : CVE-2025-71268
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
