Security Advisory

CVE-2025-22041

CVE vulnerability detail — eXtreme Datacenter Security Operations

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

Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_sessions_deregister() In multichannel mode, UAF issue can occur in session_deregister when the second channel sets up a session through the connection of the first channel. session that is freed through the global session table can be accessed again through ->sessions of connection.