CVE-2026-93041 PUBLISHED

dmaengine: dw-edma: Serialize abort state updates

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to 4a72f81b8681b2ad7705cf039974c443dcc8ff00 (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to b7b8b08cd6422f7ed783226ac4aa6cebe398ab54 (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to 0b028e5175590fb34ccbd537ff5b9cd386ce5747 (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to 075de95d7a7cd8fecfb6fe1c685c9064fc6c9d76 (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to e20c6539394ac8d70240b85bb5963c74a3a49789 (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to 0c3294066c36d5980fd9c8192dcb53bb9ccd1f7b (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to f71c94c1a657492e015be227d44c4198a8e7a91d (excl.)
  • affected from e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf to dd80e259f65d932634e26d366570d71669ef6654 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.3 is affected
  • unaffected from 0 to 5.3 (excl.)
  • unaffected from 5.10.270 to 5.10.* (incl.)
  • unaffected from 5.15.221 to 5.15.* (incl.)
  • unaffected from 6.1.188 to 6.1.* (incl.)
  • unaffected from 6.6.157 to 6.6.* (incl.)
  • unaffected from 6.12.110 to 6.12.* (incl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References