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.
Published: 2026-03-18
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Memory Leak leading to Resource Exhaustion (Denial of Service)
Action: Apply patch
AI Analysis

Impact

This vulnerability occurs in the Linux kernel’s Btrfs filesystem when inserting an inline extent. During error conditions such as failure to allocate a path or to join a transaction, the function __cow_file_range_inline() exits without releasing reserved quota‑group (qgroup) data, resulting in a memory resource leak. Repeated occurrences can gradually consume kernel memory or quota accounting structures, degrading system performance or causing service outages. The weakness is a classic memory/resource exhaustion scenario, potentially elevating to a denial‑of‑service state if the leak accumulates.

Affected Systems

All Linux systems that use the affected Linux kernel implementation are potentially impacted. The Common Platform Enumeration points to the general Linux kernel family, with no specific vendor or version constraints indicated in the advisory. Consequently, any distribution or vendor that incorporates a kernel build containing the vulnerable btrfs path is at risk until the fix is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of less than 1% reflects low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, further suggesting no known widespread exploitation. Because the bug resides within kernel‑level filesystem handling, it requires local or privileged access to trigger the error paths that result in the memory leak. While the risk is not negligible, the practical exploitation window is limited, rendering the overall threat moderate.

Generated by OpenCVE AI on March 27, 2026 at 21:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the btrfs qgroup cleanup fix
  • Verify the kernel release notes or vendor advisories for the relevant patch commit
  • If an immediate kernel upgrade is not feasible, monitor system resource usage and consider limiting access to Btrfs operations from untrusted users

Generated by OpenCVE AI on March 27, 2026 at 21:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 29 Mar 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Fri, 27 Mar 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Fri, 27 Mar 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Fri, 27 Mar 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-778

Thu, 26 Mar 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-778

Wed, 25 Mar 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-739

Wed, 25 Mar 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-739

Wed, 25 Mar 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Tue, 24 Mar 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 19 Mar 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 18 Mar 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title btrfs: fix reservation leak in some error paths when inserting inline extent
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-03-19T16:00:57.560Z

Reserved: 2026-03-17T09:08:18.457Z

Link: CVE-2025-71268

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-03-18T18:16:21.960

Modified: 2026-03-19T13:25:00.570

Link: CVE-2025-71268

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-03-18T00:00:00Z

Links: CVE-2025-71268 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-03-29T20:29:02Z

Weaknesses