CVE-2026-72189

Source
https://cve.org/CVERecord?id=CVE-2026-72189
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72189.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72189
Downstream
Published
2026-08-15T05:53:50Z
Modified
2026-08-18T03:31:30Z
Summary
ntfs: fail attrlist updates when the superblock is inactive
Details

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

ntfs: fail attrlist updates when the superblock is inactive

generic_shutdown_super() clears SB_ACTIVE before evicting cached inodes. If eviction selects the fake inode for a base inode's unnamed $ATTRIBUTE_LIST attribute, ntfs_evict_big_inode() drops the fake inode's reference on the base inode while the fake inode is still hashed and marked I_FREEING.

That iput can synchronously write back the base inode. The writeback path may update mapping pairs and call ntfs_attrlist_update(), which unconditionally calls ntfs_attr_iget() for the same $ATTRIBUTE_LIST fake inode. VFS then finds the I_FREEING inode and waits for eviction to finish, but the current task is still inside that eviction path, causing a self-deadlock in find_inode().

Fix this by mirroring the teardown guard used by __ntfs_write_inode(): once SB_ACTIVE has been cleared, do not try to iget the attribute-list fake inode. Return -EIO so teardown aborts the update instead of waiting on the inode it is evicting.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72189.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
495e90fa334828d4119061e2726af51d0a0fb4ed
Fixed
d5379035355c0dcb1e92a2544d40f48441e1d637
Fixed
0ebe8f625ab0520217a425d7cd366e4670484941

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72189.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72189.json"