Security Advisory

CVE-2025-22040

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-16 14:11:57
Last updated 2026-05-11 21:11:28
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix session use-after-free in multichannel connection There is a race condition between session setup and ksmbd_sessions_deregister. The session can be freed before the connection is added to channel list of session. This patch check reference count of session before freeing it.