NONE · 0

CVE-2026-93041

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize abort state updates dw_edma_abort_interrupt() drops vc.lock before changing request and status. issu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize abort state updates dw_edma_abort_interrupt() drops vc.lock before changing request and status. issue_pending() can acquire the lock in that small window, observe the old busy state, and skip starting queued descriptors. Then the abort handler overwrites the channel status as idle, leaving the new descriptors stranded for good. Keep descriptor completion and the state transition in the same critical section.

References

FAQ

What is CVE-2026-93041?

CVE-2026-93041 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize abort state updates dw_edma_abort_interrupt() drops vc.lock before changing request and status. issu...

How severe is CVE-2026-93041?

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

Is there a patch for CVE-2026-93041?

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