CVE-2025-39742
BaseFortify
Publication date: 2025-09-11
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 | 5.10.244 |
| 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 is a possible divide-by-zero error in the Linux kernel's RDMA hfi1 driver. Specifically, the function find_hw_thread_mask() divides the number of online CPUs by num_core_siblings without first ensuring that num_core_siblings is not zero. This can lead to a runtime divide-by-zero error. The fix involved moving the zero-check before the division to prevent this error.
How can this vulnerability impact me? :
The divide-by-zero vulnerability can cause a runtime error in the Linux kernel, potentially leading to system instability or crashes when the affected function is executed. This could impact system reliability and availability.