In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrency
Under high concurrency, A tree-connection object (tcon) is freed on
a disconnect path while another path still holds a reference and later
executes *_put()/write on it.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-13 16:16
Updated : 2026-07-30 06:24
NVD link : CVE-2025-68817
Mitre link : CVE-2025-68817
CVE.ORG link : CVE-2025-68817
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
