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.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s NTFS subsystem contains a logic flaw in the function that manages resident attribute resizing. When an attempt to enlarge a resident $DATA attribute fails, the kernel may convert zero‑length resident attributes to non‑resident to free space in the MFT record. Because fsck interprets zero‑byte non‑resident $DATA attributes as corrupt, this flaw can lead to diagnostics of corruption or, if acting upon such diagnostics, inadvertent data loss. The vulnerability does not provide remote execution capabilities, but it can be abused in scenarios that require local manipulation of NTFS files on a system running the affected kernel.

Affected Systems

All Linux kernel releases that contain the legacy ntfs_resident_attr_resize path are affected, as the data does not list any version constraints. Users running any kernel with the default NTFS support should verify that the patch originated by the commits linked in the references has been applied. No vendor‑specific product version details are available.

Risk and Exploitability

The CVSS score is 9.8, and the EPSS score indicates a very low exploitation probability of less than 1%. Based on the description, the attack vector is inferred to be local only, requiring the attacker to manipulate NTFS attributes directly on the system. Because the flaw affects only local file‑system operations and requires the attacker to influence NTFS file attributes, the likelihood of widespread exploitation is low. The vulnerability is not listed in the CISA KEV catalog, and no public exploit evidence has been reported. Nevertheless, an attacker with local access capable of creating or modifying NTFS metadata could trigger filesystem inconsistencies and potential data loss.

Generated by OpenCVE AI on August 22, 2026 at 08:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the fixes from commits 0aad21570 and ceb49c372 (as referenced in the advisory).
  • If a kernel update is not currently available, avoid resizing NTFS attributes that are zero‑byte and refrain from running fsck against NTFS volumes until the underlying code path is corrected.
  • Apply continuous monitoring for NTFS integrity errors and restrict local services that modify NTFS metadata to trusted users only.

Generated by OpenCVE AI on August 22, 2026 at 08:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-915
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-704

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-704

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title ntfs: not change 0-byte $DATA attribute to non-resident
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-08-18T06:56:27.219Z

Reserved: 2026-08-09T03:40:39.912Z

Link: CVE-2026-72207

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:39.417

Modified: 2026-08-18T07:16:54.060

Link: CVE-2026-72207

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72207 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:30:17Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-915

    Improperly Controlled Modification of Dynamically-Determined Object Attributes