PT-2026-26112 · Linux · Linux Kernel
Published
2025-01-01
·
Updated
2026-04-23
·
CVE-2025-71269
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains an issue where data reservation was incorrectly freed during fallback from inline extent creation due to an -ENOSPC error. This occurred when failing to create an inline extent led to attempting a copy-on-write (COW) operation, reserving an extent, and creating an ordered extent. The reserved qgroup data was incorrectly freed, as it was still needed for data usage. The fix involves ensuring the reserved qgroup data is only freed in
cow file range inline() if the fallback is not being performed (when the return value ret is less than or equal to 0).Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel