CVE-2025-38569
BaseFortify
Publication date: 2025-08-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 | kernel | 5.10.244-1 |
| 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 bug in the Linux kernel's be2net driver related to SR-IOV Virtual Functions (VFs). When VFs are created, the be2net driver crashes due to a kernel BUG triggered by improper handling of dma_free_coherent() calls under a spin_lock_bh. The fix involves ensuring that dma_free_coherent() is called only after the lock has been released to prevent the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when SR-IOV Virtual Functions are created, leading to system instability or downtime. This could disrupt network functionality on affected systems using the be2net driver with SR-IOV enabled.