Bug 2367544 (CVE-2025-37899) - CVE-2025-37899 kernel: ksmbd: fix use-after-free in session logoff
Summary: CVE-2025-37899 kernel: ksmbd: fix use-after-free in session logoff
Keywords:
Status: NEW
Alias: CVE-2025-37899
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-20 16:03 UTC by OSIDB Bzimport
Modified: 2025-05-20 22:15 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-20 16:03:12 UTC
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 free'd. The handler for that connection could
be in the smb2_sess_setup function which makes use of sess->user.


Note You need to log in before you can comment on or make changes to this bug.