CVE-2025-38399
BaseFortify
Publication date: 2025-07-25
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 | linux_kernel | * |
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 SCSI target code. Specifically, the function core_scsi3_decode_spec_i_port() calls core_scsi3_lunacl_undepend_item() with a pointer that may be NULL, leading to a potential crash or kernel panic when the pointer is dereferenced without a NULL check.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference, potentially leading to denial of service or system downtime.
What immediate steps should I take to mitigate this vulnerability?
Apply the patch or update to the Linux kernel version that includes the fix for the NULL pointer dereference in core_scsi3_decode_spec_i_port() by adding a NULL check before calling core_scsi3_lunacl_undepend_item().