CVE-2025-39676
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 | kernel | 6.1.153 |
| linux | kernel | 5.10.244 |
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 in the Linux kernel's qla4xxx driver. The function qla4xxx_get_ep_fwdb() should return NULL when an error occurs, but instead, the qla4xxx_ep_connect() function returns error pointers. These error pointers, when propagated, can cause the kernel to crash (an Oops) in the calling function. The fix changes the error pointers to NULL to prevent this crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly due to improper handling of error pointers in the qla4xxx driver. Such crashes can lead to system instability, potential downtime, and loss of service.