CVE-2026-93041: dmaengine: dw-edma: Serialize abort state updates

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

dmaengine: dw-edma: Serialize abort state updates

dwedmaabortinterrupt() drops vc.lock before changing request and status. issuepending() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems running the Linux kernel and using the dw-edma DMA engine are relevant. The race is triggered when an abort interrupt occurs while queued descriptors may be started.

2

What is the operational impact if the race occurs?

Queued DMA descriptors can be skipped and then left stranded indefinitely. The channel can be marked idle even though the newly queued work was not started.

3

How can I recognize the affected behavior?

Affected behavior is indicated by queued dw-edma descriptors that do not start after an abort event and remain pending indefinitely. The condition results from the abort handler and pending-work processing observing and updating channel state out of order.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203