Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72474

Published Aug 15, 2026 EPSS 0.21% (11th pctl)

Overview

CVE-2026-72474 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor

For architectures like Microblaze or arm64 (where this IP is used),

DMA_DIRECT_REMAP is set which means that dma_alloc_coherent() might

remap (and hence vmalloc()) some memory. This became visible in a design

where dma_direct_use_pool() is not possible.

With the above, when calling dma_free_coherent(), vunmap() would be

called from softirq context and thus leading to a BUG().

To fix it, use a dma pool that is allocated in

.device_alloc_chan_resources() and allocate blocks from it. The key

point is that now dma_pool_free() is used in axi_dmac_free_desc() to

free the blocks and that just frees the blocks from the pool in the

sense they can be used again. In other words, no actual call to

dma_free_coherent() happens. That only happens when destroying the pool

in axi_dmac_free_chan_resources() which does not happen in any interrupt

context.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72474?

CVE-2026-72474 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-72474?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-72474?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72474?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72474 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.