NONE · 0

CVE-2026-89993

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dw_edma_irq_request() passes struct dw_edma_irq to request_irq() be...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dw_edma_irq_request() passes struct dw_edma_irq to request_irq() before dw_edma_channel_setup() fills the back pointer. A shared interrupt can therefore enter the handler with dw_irq->dw still NULL, leading to a NULL pointer dereference. Set the back pointer before installing each handler.

References

FAQ

What is CVE-2026-89993?

CVE-2026-89993 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Initialize IRQ data before requesting IRQs dw_edma_irq_request() passes struct dw_edma_irq to request_irq() be...

How severe is CVE-2026-89993?

CVSS scoring is not yet available for CVE-2026-89993. Check NVD for updates.

Is there a patch for CVE-2026-89993?

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