CVE-2025-68782
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
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 occurs in the Linux kernel's SCSI target code where, if the allocation of the cmd->t_task_cdb pointer fails, it remains NULL but is later dereferenced in the error handling path. This can lead to a NULL pointer dereference. The fix resets the NULL t_task_cdb pointer to point to a default fixed-size buffer in case of error.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to dereference a NULL pointer, which may lead to a kernel crash or system instability when the error path is executed. This can result in denial of service or unexpected behavior on affected systems.