CVE-2026-89995: dma-direct: return struct page from dma_direct_alloc_from_pool()

Published Sep 16, 2026
·
Updated

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

dma-direct: return struct page from dmadirectallocfrompool()

Commit 5b138c534fda ("dma-direct: factor out a dmadirectallocfrompool helper") changed dmadirectallocfrompool() to return the CPU address from dmaallocfrompool(). That fits dmadirectalloc(), but dmadirectallocpages() also uses the helper and expects a struct page .

Fix this by making dmadirectallocfrompool() return the struct page again, and pass the CPU address back through an out-parameter for the dmadirectalloc() caller.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:33 AM
Data Sourced
via MITRE·10:33 AM
Description

Frequently Asked Questions

1

Which allocation path is affected by this defect?

The issue affects dma_direct_alloc_pages(), which uses dma_direct_alloc_from_pool() and expects that helper to return a struct page pointer. The regressed helper instead returned a CPU address.

2

What change resolves the issue?

The fix restores dma_direct_alloc_from_pool() returning a struct page pointer and passes the CPU address to dma_direct_alloc() through an output parameter.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203