CVE-2026-89641

Source
https://cve.org/CVERecord?id=CVE-2026-89641
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89641.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89641
Downstream
Published
2026-09-11T19:45:34Z
Modified
2026-09-14T03:46:21Z
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
cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
Details

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

cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()

When the else branch of cifs_file_set_size() finds a writable file handle via find_writable_file(), it borrows tcon and server from the handle's tlink, attempts the handle-based set_file_size() RPC, and then releases the handle with cifsFileInfo_put().

If set_file_size() fails, execution falls through to the path-based fallback, which reuses the borrowed tcon and server under the "if (tcon == NULL)" guard. Since tcon is not NULL at that point, the guard is skipped. If cifsFileInfo_put() dropped the last reference on a tlink that was already removed from the tlink tree (TCON_LINK_IN_TREE cleared, as happens during reconnection or session teardown), cifs_put_tlink() will have freed tcon; the subsequent set_path_size() call is then a use-after-free.

Setting tcon = NULL after cifsFileInfo_put() causes the existing guard to take the cifs_sb_tlink() path, which acquires a fresh reference for the path-based operation or fails cleanly if the session is gone.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89641.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
110fee6b9bb58a5c50047fc2594d415f741b591e
Fixed
4f18c9e7ee464aaae5cd9fccdb943b3fcb4655d4
Fixed
4bea15d9c7683218f57b8c1f5f0aa75cab76af8d
Fixed
b96db32fed8dfb2478d7c208f89bf383beed1535

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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