Back to overview

CVE-2026-64390

Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: track the connection owning a byte-range lock SMB2_LOCK adds each granted byte-range lock to both the file lock list and the lock list of the connection which handled the request. The final close and durable handle paths, however, remove the connection list entry while holding fp->conn->llist_lock. With SMB3 multichannel, the connection handling the LOCK request can be different from the connection which opened the file. The entry can therefore be removed under a different spinlock from the one protecting the list it belongs to. A concurrent traversal can then access freed struct ksmbd_lock and struct file_lock objects. Record the connection owning each lock's clist entry and hold a reference to it while the entry is linked. Use that connection and its llist_lock for unlock, rollback, close, and durable preserve. Durable reconnect assigns the new connection as the owner when publishing the locks again.

Metadata

CVE ID
CVE-2026-64390
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:50 UTC
Last updated
2026-07-25 08:50 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff < 22d38cf75b556c20b039743bdf3654d535b858be, f5a544e3bab78142207e0242d22442db85ba1eff < 66eb3643164e5e1029907793926c132f8b5c6148, f5a544e3bab78142207e0242d22442db85ba1eff < ea5c9bf99f626a15cc59f645dc895f2b3f01992e, f5a544e3bab78142207e0242d22442db85ba1eff < fe20d492a69a6f79e637f438072b212e21ed3b78 …
Linux Linux 5.15, 0 < 5.15, 5.15.212 ≤ 5.15.*, 6.1.178 ≤ 6.1.* …
Back to overview