NONE · 0

CVE-2025-68238

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer `dma_dev` was being dereferenced before ensu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer `dma_dev` was being dereferenced before ensuring that `cdns_ctrl->dmac` is properly initialized. Move the assignment of `dma_dev` after successfully acquiring the DMA channel to ensure the pointer is valid before use.

References

FAQ

What is CVE-2025-68238?

CVE-2025-68238 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer `dma_dev` was being dereferenced before ensu...

How severe is CVE-2025-68238?

CVSS scoring is not yet available for CVE-2025-68238. Check NVD for updates.

Is there a patch for CVE-2025-68238?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.