CVE-2025-39676
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-05

Last updated on: 2025-11-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxx_get_ep_fwdb() function is supposed to return NULL on error, but qla4xxx_ep_connect() returns error pointers. Propagating the error pointers will lead to an Oops in the caller, so change the error pointers to NULL.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-05
Last Modified
2025-11-03
Generated
2026-06-16
AI Q&A
2025-09-05
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel 6.1.153
linux kernel 5.10.244
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-39676. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart