CVE-2023-53603
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.4.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
A NULL pointer dereference in kernel code can cause system instability, crashes, or denial of service. If exploited, it may lead to unexpected system behavior or downtime, impacting system availability.
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's scsi qla2xxx driver involves a NULL pointer dereference. Specifically, the code attempts to dereference a pointer named fcport after an exit condition when sa_ctl is NULL, leading to a potential NULL pointer dereference. The fix involves exiting the routine earlier when sa_ctl is NULL to avoid dereferencing the fcport pointer.