CVE-2023-53451
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 potential NULL pointer dereference in the Linux kernel's scsi qla2xxx driver. It occurs because the pointer 'cur_dsd' may be dereferenced without being properly validated, which can lead to a crash or unexpected behavior. The fix involves adding a validation check before dereferencing the pointer to prevent this issue.
How can this vulnerability impact me? :
If exploited, this vulnerability can cause the affected system to crash or behave unpredictably due to a NULL pointer dereference in the SCSI driver. This may lead to denial of service or system instability.