Description
In the Linux kernel, the following vulnerability has been resolved:

ntfs: avoid self-deadlock during inode eviction

An attribute-list update performed while allocating clusters can drop the
last reference to the temporary attribute inode. Evicting that inode
drops its reference to the base inode and can invoke ntfs_drop_big_inode()
for the base inode from within the base inode's own writeback path.

If the base inode is unlinked, ntfs_drop_big_inode() calls
truncate_setsize(), which waits for the inode's folio writeback to
complete. The same writeback worker is responsible for completing that
writeback, so it waits for itself indefinitely.

Prevent this self-deadlock by grabbing a reference to the base inode at the
beginning of ntfs_writepages() and releasing it at the end of the function.
This defers eviction until all bios have been submitted, allowing the wait
for folio writeback to complete safely.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel NTFS driver, an attribute‑list update performed during cluster allocation can drop the last reference to a temporary attribute inode. When that inode is evicted, it releases its reference to the base inode, which can trigger ntfs_drop_big_inode() from within the base inode's own writeback path. If the base inode has been unlinked, ntfs_drop_big_inode() calls truncate_setsize() while the inode’s folio writeback is still in progress. Because the same writeback worker is responsible for completing that writeback, it ends up waiting for itself indefinitely, which results in a kernel hang. The failure manifests as a denial of service that stops the kernel or blocks NTFS file operations.

Affected Systems

All Linux kernel builds that include the NTFS filesystem driver before the hotfix is applied are potentially vulnerable. The advisory does not specify exact kernel releases, so any version of the kernel compiled with NTFS support that predates the patch cannot be excluded.

Risk and Exploitability

The EPSS score is reported as < 1%, indicating a very low probability of exploitation in the wild. The CVSS score of 5.5 denotes moderate severity and suggests that the vulnerability can cause denial of service. No public exploits or listings in CISA KEV are known. The fault is triggered by operations that manipulate NTFS attributes, including creating, modifying, or unlinking files, which can be performed by any user who has write access to an NTFS volume.

Generated by OpenCVE AI on August 22, 2026 at 09:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that incorporates the patch associated with commits 5a5f877c5df7605e9bae524a25ec0df9b9cb8ea8 or 77dc384207d5fa63ba97c3bf3285fe1215a1cbf6.
  • If an immediate kernel upgrade is not feasible, temporarily unmount or disable all NTFS volumes until a patched kernel is available.
  • Avoid creating, modifying, or deleting large NTFS attributes until the kernel update is applied.

Generated by OpenCVE AI on August 22, 2026 at 09:53 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-833
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


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: avoid self-deadlock during inode eviction An attribute-list update performed while allocating clusters can drop the last reference to the temporary attribute inode. Evicting that inode drops its reference to the base inode and can invoke ntfs_drop_big_inode() for the base inode from within the base inode's own writeback path. If the base inode is unlinked, ntfs_drop_big_inode() calls truncate_setsize(), which waits for the inode's folio writeback to complete. The same writeback worker is responsible for completing that writeback, so it waits for itself indefinitely. Prevent this self-deadlock by grabbing a reference to the base inode at the beginning of ntfs_writepages() and releasing it at the end of the function. This defers eviction until all bios have been submitted, allowing the wait for folio writeback to complete safely.
Title ntfs: avoid self-deadlock during inode eviction
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-17T05:09:51.703Z

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

Link: CVE-2026-72187

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:18:19.303

Link: CVE-2026-72187

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72187 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:00:07Z

Weaknesses