CVE-2026-72207
Received Received - Intake

NTFS Zero-Length Data Attribute Conversion Vulnerability

Vulnerability report for CVE-2026-72207, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-18

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ntfs: not change 0-byte $DATA attribute to non-resident When ntfs_resident_attr_resize() cannot grow a resident attribute in place, it retries after converting other resident attributes to non-resident to free space in the MFT recrord. Do not select zero-length resident $DATA attributes for this conversion. fsck treats 0-byte non-resident $DATA attribute as corruptions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-18
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the NTFS file system. When resizing a resident attribute fails, the system attempts to free space by converting other resident attributes to non-resident. However, it incorrectly includes zero-byte resident $DATA attributes in this conversion, which can lead to file system corruption as fsck treats 0-byte non-resident $DATA attributes as corruptions.

Detection Guidance

This vulnerability is specific to the Linux kernel's NTFS filesystem handling. Detection requires checking for corrupted NTFS attributes, particularly zero-byte $DATA attributes marked as non-resident. Use fsck.ntfs or ntfsfix to scan and repair NTFS volumes. Check kernel logs for NTFS-related errors after mounting NTFS filesystems.

Impact Analysis

This vulnerability could cause file system corruption on systems using NTFS, potentially leading to data loss or system instability. If exploited, it may result in unmountable file systems or errors during file operations.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or other common standards and regulations. The issue is specific to the Linux kernel's NTFS file system handling, where a zero-byte $DATA attribute is not converted to non-resident. This could lead to file system corruption but does not inherently impact data privacy, security controls, or regulatory compliance requirements.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the ntfs_resident_attr_resize vulnerability. Avoid manual attempts to modify NTFS attributes as this could lead to corruption.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72207. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart