CVE-2026-72170

Source
https://cve.org/CVERecord?id=CVE-2026-72170
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72170.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72170
Downstream
Published
2026-08-15T05:53:36.332Z
Modified
2026-08-18T03:56:38.206350371Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
9p: skip nlink update in cacheless mode to fix WARN_ON
Details

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

9p: skip nlink update in cacheless mode to fix WARN_ON

v9fsdeccount() unconditionally calls dropnlink() on regular files, even when the inode's nlink is already zero. In cacheless mode the client refetches inode metadata from the server (the source of truth) on every operation, so by the time v9fsremove() returns, the locally cached nlink may already reflect the post-unlink value:

  1. Client initiates unlink, server processes it and sets nlink to 0
  2. Client refetches inode metadata (nlink=0) before unlink returns
  3. Client's v9fs_remove() completes successfully
  4. Client calls v9fsdeccount() which calls drop_nlink() on nlink=0

This race is easily triggered under heavy unlink workloads, such as stress-ng's unlink stressor, producing the following warning:

WARNING: fs/inode.c:417 at dropnlink+0x4c/0xc8 Call trace: dropnlink+0x4c/0xc8 v9fsremove+0x1e0/0x250 [9p] v9fsvfsunlink+0x20/0x38 [9p] vfsunlink+0x13c/0x258 ...

In cacheless mode the server is authoritative and the inode is on its way out, so locally adjusting nlink buys nothing. Skip v9fsdeccount() entirely when neither CACHEMETA nor CACHELOOSE is set, which both avoids the warning and removes a class of nlink races (two concurrent unlinkers observing nlink > 0 and both calling drop_nlink()) that an nlink == 0 guard alone would only narrow rather than close.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72170.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
ac89b2ef9b55924bcf922251f043ba73a32d05bb
Fixed
a5a682b016ef5b5384e28f6d652d47a8f8e73d37
Fixed
de79c3f3643841b8659a71958df7cf2a66bfd409
Fixed
8d610017c992de705b304d3d727a6e3a86af6149
Fixed
8faccac11e1369adddf5d80f4a45af93f13b2e1a
Fixed
574aa0b4799470ac814479f1138d19efe6262255

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.17.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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