Bug 2393518 (CVE-2025-39692) - CVE-2025-39692 kernel: smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
Summary: CVE-2025-39692 kernel: smb: server: split ksmbd_rdma_stop_listening() out of ...
Keywords:
Status: NEW
Alias: CVE-2025-39692
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-05 18:03 UTC by OSIDB Bzimport
Modified: 2025-09-05 21:21 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-05 18:03:52 UTC
In the Linux kernel, the following vulnerability has been resolved:

smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()

We can't call destroy_workqueue(smb_direct_wq); before stop_sessions()!

Otherwise already existing connections try to use smb_direct_wq as
a NULL pointer.


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