CVE-2025-39857
BaseFortify
Publication date: 2025-09-19
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-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's smc_ib_is_sg_need_sync() function within the net/smc subsystem. It occurs when the software RoCE device is used and the ibdev->dma_device pointer is null, leading to a kernel crash (NULL pointer dereference). The issue has been fixed by adding null pointer detection to prevent this problem.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference, potentially leading to system instability or denial of service if the affected code path is triggered.