CVE-2026-72476
Received Received - Intake

Use-After-Free in Linux Kernel DMA Engine

Vulnerability report for CVE-2026-72476, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix possible use after free In dma_release_channel(), check chan->device->privatecnt after call dma_chan_put(). However, dma_chan_put() call dma_device_put() which could release the last reference of the device if the DMA provider is already gone and hence free it. Fixes it by moving dma_chan_put() after the check.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's DMA engine subsystem. It occurs in the dma_release_channel() function where a channel device's reference count is checked after a call to dma_chan_put(). The issue is that dma_chan_put() can trigger dma_device_put(), which may release the last reference to the device and free it if the DMA provider is already gone. This creates a race condition where the device could be freed before the check is completed.

Detection Guidance

This vulnerability is specific to the Linux kernel's dmaengine subsystem and may not have direct network detection methods. System administrators should check kernel logs for DMA-related errors or crashes, particularly after channel release operations. Commands like dmesg or journalctl may show relevant errors. Kernel version checks can identify if the fix is applied.

Impact Analysis

This vulnerability could lead to system crashes, memory corruption, or privilege escalation if exploited. An attacker with local access might trigger the use-after-free condition to execute arbitrary code or cause denial-of-service conditions on affected systems running vulnerable Linux kernel versions.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel memory management issue unrelated to data protection or privacy controls.

Mitigation Strategies

Update the Linux kernel to a patched version that includes the fix for this use-after-free issue. Monitor kernel logs for DMA-related errors. If immediate patching is not possible, consider disabling affected DMA channels if they are not critical to system operation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72476. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart