Security Advisory

CVE-2025-39692

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-05 17:20:58
Last updated 2026-05-12 12:06:18
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy() We cant call destroy_workqueue(smb_direct_wq); before stop_sessions()! Otherwise already existing connections try to use smb_direct_wq as a NULL pointer.