Security Advisory

CVE-2025-37926

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-05-20 15:21:53
Last updated 2026-05-11 21:17:46
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_session_rpc_open A UAF issue can occur due to a race condition between ksmbd_session_rpc_open() and __session_rpc_close(). Add rpc_lock to the session to protect it.