CVE-2025-39692
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel relates to the SMB server component where the function ksmbd_rdma_stop_listening() was not properly separated from ksmbd_rdma_destroy(). The issue arises because destroy_workqueue(smb_direct_wq) was called before stop_sessions(), which can lead to existing connections attempting to use smb_direct_wq as a NULL pointer, potentially causing errors or crashes.
How can this vulnerability impact me? :
The vulnerability can cause existing SMB connections to attempt to use a NULL pointer for smb_direct_wq, which may result in system instability, crashes, or denial of service in the SMB server functionality on the Linux kernel.