CVE-2023-54289
NULL Pointer Dereference in Linux Kernel qedf SCSI Driver
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qlogic | qedf | * |
| qedf | qedf | * |
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 qedf driver for SCSI devices. It occurs in the error handling code of the function qedf_alloc_global_queues(), where the code attempts to free global queues that have not been allocated yet, leading to a NULL dereference and potential kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash or system instability due to a NULL pointer dereference in the qedf driver. This may lead to denial of service or unexpected system behavior on affected systems using the qedf driver.