Security Advisory

CVE-2025-37899

CVE vulnerability detail — eXtreme Datacenter Security Operations

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

Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in session logoff The sess->user object can currently be in use by another thread, for example if another connection has sent a session setup request to bind to the session being freed. The handler for that connection could be in the smb2_sess_setup function which makes use of sess->user.