Security Advisory

CVE-2025-68817

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-01-13 15:29:21
Last updated 2026-07-30 06:04:55
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.