CVE-2026-72474

Source
https://cve.org/CVERecord?id=CVE-2026-72474
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72474.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72474
Downstream
Published
2026-08-15T05:57:15.073Z
Modified
2026-08-18T03:31:04.859539154Z
Summary
dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor
Details

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), DMADIRECTREMAP is set which means that dmaalloccoherent() might remap (and hence vmalloc()) some memory. This became visible in a design where dmadirectuse_pool() is not possible.

With the above, when calling dmafreecoherent(), vunmap() would be called from softirq context and thus leading to a BUG().

To fix it, use a dma pool that is allocated in .deviceallocchanresources() and allocate blocks from it. The key point is that now dmapoolfree() is used in axidmacfreedesc() 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 dmafreecoherent() happens. That only happens when destroying the pool in axidmacfreechanresources() which does not happen in any interrupt context.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72474.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3f8fd25936ee5f52596f10d420f650c5b5e3285f
Fixed
a4f41ceecfe68e117bae9c76c5ebc5e2b353fa56
Fixed
c0e6bb2b0408fcac6382158ee2bd9fdc45eceee9
Fixed
65e82fa24965b2eb6ad9412f6c530ed9a50a625f
Fixed
9e942c8579130e62734c14338e9f451780669164

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72474.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72474.json"