CVE-2025-68238
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
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 in the Linux kernel's mtd: rawnand: cadence driver involves a NULL pointer dereference of the DMA device pointer `dma_dev`. The pointer was being used before ensuring that the DMA controller (`cdns_ctrl->dmac`) was properly initialized. The fix involved moving the assignment of `dma_dev` to after successfully acquiring the DMA channel, ensuring the pointer is valid before use.
How can this vulnerability impact me? :
The impact of this vulnerability could be a system crash or denial of service due to the NULL pointer dereference when the DMA device pointer is accessed improperly. This could affect system stability or availability when using the affected Linux kernel component.