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
21 May 2026, 18:39
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* |
|
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/28768bd3abf9995a93f6e01bfce01c60622964dd - Patch | |
| References | () https://git.kernel.org/stable/c/28b97fcbbf523779688e8de5fe55bf2dae3859f6 - Patch | |
| References | () https://git.kernel.org/stable/c/c1c050f92d8f6aac4e17f7f2230160794fceef0c - Patch | |
| References | () https://git.kernel.org/stable/c/f3ee1732851aec6fe6b2cec2ef1b32d4e71d9913 - Patch | |
| References | () https://git.kernel.org/stable/c/f7156512c8166d385f574b9ec030479aa7b1e8c9 - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| Summary |
|
18 Mar 2026, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-18 18:16
Updated : 2026-05-21 18:39
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
