CVE-2026-93040
Last modified
CVE-2026-93040 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize channel state checks pause() and resume() read and update channel state without holding vc.lock, while the interrupt handlers update the same state under it. Take the same lock around those state checks so that request, status, and configured stay consistent. For example, pause() can observe EDMA_ST_BUSY right before the interrupt handler completes the final descriptor and moves the channel to EDMA_ST_IDLE, and then record EDMA_REQ_PAUSE on an already idle channel.
Description
In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: Serialize channel state checks pause() and resume() read and update channel state without holding vc.lock, while the interrupt handlers update the same state under it. Take the same lock around those state checks so that request, status, and configured stay consistent. For example, pause() can observe EDMA_ST_BUSY right before the interrupt handler completes the final descriptor and moves the channel to EDMA_ST_IDLE, and then record EDMA_REQ_PAUSE on an already idle channel. No further interrupt will acknowledge the request, and since issue_pending() requires EDMA_REQ_NONE, the channel is wedged for good: terminate_all() leaves the stale request behind, so even reconfiguring the channel does not recover it. issue_pending() already runs under vc.lock, but it tests configured before taking it. Move that test under the lock as well, so configured, request, and status are evaluated as one channel-state snapshot.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < be0072af8ce6e9458cc586e0e8b41a251e7d4316; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < 2d76b91deeab973dd8a8c2ee587ce27f881de768; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < 3001cfcee30dcc81f8b3774319c12067f126e49a; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < b6293a8a38f4d5866ce1a264c138265a02e4c53a; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < da16a02f0998a0d455ce6265b836b29ad92e6e58; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < fe0ffa0190e862ed71e8c1a476090f648c9cb7d9; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < 6fc436e1500c5e4f0dde2a3dbadf6d898057be8f; >= e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf, < f7d1619f3e10c619b62c6cd6d95371b5c526c85a |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93040?
How severe is CVE-2026-93040?
How do I fix CVE-2026-93040?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9303A vulnerability was identified in calcom cal.diy up to 4.9.4…4.3
- CVE-2026-93031The WP Cloud Plugins Use-your-Drive, Out-of-the-Box, Share-o…8.8
- CVE-2026-93037In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93038In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93039In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-9304A security flaw has been discovered in calcom cal.diy up to …5
- CVE-2026-93041In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93042In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93043In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93044In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93046In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2026-93040?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
