PatchSiren cyber security CVE debrief
CVE-2026-93042 Linux CVE debrief
A vulnerability in the Linux kernel's dmaengine dw-edma has been resolved. The vulnerability occurs because the dw-edma calls vchan_cookie_complete() when a deferred STOP reaches the interrupt handler, which schedules a callback for the active descriptor and leaves other issued or submitted descriptors queued. This can cause a late callback after dmaengine_terminate_sync() to dereference client state that has already been freed, while leftover descriptors may later restart into reused buffers or leak.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for Linux kernel systems, particularly those using the affected versions, should assess exposure and prioritize patching. This includes operators managing Linux kernel deployments, vulnerability management teams, and security teams responsible for ensuring the security and integrity of Linux-based systems.
Why it matters
Defenders should prioritize patching and verifying system configurations for this Linux kernel vulnerability to prevent potential data breaches, system crashes, and exploitation.
- Potential for data breaches due to use-after-free errors
- Possible system crashes or instability due to descriptor leaks
- Required verification of patch application and system configuration
- Potential for attackers to exploit this vulnerability to gain elevated privileges
Technical summary
The Linux kernel's dmaengine dw-edma has a vulnerability that can cause a late callback after dmaengine_terminate_sync() to dereference client state that has already been freed, while leftover descriptors may later restart into reused buffers or leak. The vulnerability is resolved by moving all issued and submitted descriptors to the terminated list whenever termination completes. This change ensures that no callback functions will be called for any incomplete transfers, preventing potential data breaches and system crashes.
Defensive priority
Defenders should prioritize verifying and applying patches for this vulnerability, particularly for systems using the affected Linux kernel versions.
Recommended defensive actions
- Verify and apply patches for this vulnerability
- Review system configurations and ensure that dmaengine dw-edma is properly configured
- Monitor system logs for potential exploitation attempts
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD vulnerability detail provide information on the vulnerability, including its description, CVSS score, and references to source code changes. The vulnerability occurs because the dw-edma calls vchan_cookie_complete() when a deferred STOP reaches the interrupt handler, which schedules a callback for the active descriptor and leaves other issued or submitted descriptors queued. This can cause a late callback after dmaengine_terminate_sync() to dereference client state that has already been freed, while leftover
Sources and references
Verified primary and authoritative sources
-
CVE-2026-93042 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-93042
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-93042 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93042
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/4793f9099a1cadf4e37f3a03d524af6bce88a0ea
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/65e387b95d3855aa894ac729e1778e5bcb9083cb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/99109a51efd28c9a661fbfb9469b023c517b31d1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/be87d86537de7ea6fd025f41033d2faff880973f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f3ec6702a1d216be61f692cc0a983d6c8fb5ebf7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.