CVE-2025-71268
Received Received - Intake
Memory Leak in Linux Kernel btrfs Inline Extent Reservation

Publication date: 2026-03-18

Last updated on: 2026-03-18

Assigner: kernel.org

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-18
Last Modified
2026-03-18
Generated
2026-05-07
AI Q&A
2026-03-18
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel btrfs *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's btrfs filesystem. It involves a reservation leak that occurs in certain error paths when inserting an inline extent. Specifically, if the system fails to allocate a path or join a transaction during the __cow_file_range_inline() function, it returns without freeing the reserved quota group (qgroup) data, causing a resource leak. The fix ensures that the reserved qgroup data is properly freed in these error cases.


How can this vulnerability impact me? :

The impact of this vulnerability is a resource leak in the btrfs filesystem. If the reserved qgroup data is not freed properly during certain error conditions, it could lead to inefficient resource usage or exhaustion over time. This might degrade system performance or stability, especially on systems heavily using btrfs with quota groups.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

I don't know


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart