PT-2026-26044 · Linux+1 · Linux Kernel+1
Published
2025-01-01
·
Updated
2026-05-21
·
CVE-2025-71267
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
A flaw exists in the ntfs3 file system that can result in a Denial-of-Service (DoS) condition. A specially crafted NTFS image can trigger an infinite loop when processing an ATTR LIST attribute with a zero data size during memory allocation. The
ntfs load attr list() function allocates memory even when data size is zero, leading to an inconsistent state where ni->attr list.size is zero, but ni->attr list.le is not null. This causes the ni enum attr ex function to repeatedly reload the attribute list, resulting in an indefinite loop and a hung kernel thread. The issue is addressed by adding validation to ensure data size is non-zero before memory allocation, and returning -EINVAL when a zero-sized ATTR LIST is detected.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
DoS
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ntfs3