CVE-2026-72146: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

Published Aug 15, 2026
·
Updated

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

dmaengine: sh: rz-dmac: Move interrupt request after everything is set up

Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel->chbase, which is initialized only after requesting the IRQ, this may lead to invalid memory access. Likewise, the IRQ thread may access uninitialized data (the ldfree, ldqueue, and ldactive lists), which may also lead to issues.

Request the interrupts only after everything is set up. To keep the error path simpler, use dmamalloccoherent() instead of dmaalloccoherent().

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Move the interrupt request (request_irq) so it occurs only after setup of structures and pointers referenced by the IRQ handler (e.g., channel->ch_base, ld_free, ld_queue, ld_active) is complete; do not request the interrupt before initialization.

    dmaengine (sh rz-dmac) interrupt request timing = Request IRQ only after all driver data structures are initialized
  2. Configuration

    Update the driver to use dmam_alloc_coherent() rather than dma_alloc_coherent() for coherent DMA allocations, per the referenced fix guidance.

    dmaengine (sh rz-dmac) coherent DMA allocation API = Use dmam_alloc_coherent() instead of dma_alloc_coherent()

Event History

Aug 15, 2026
CVE Published
via MITRE·05:53 AM
Data Sourced
via MITRE·05:53 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72146?

The severity of CVE-2026-72146 is rated at risk level 37.

2

How do I fix CVE-2026-72146?

To fix CVE-2026-72146, ensure that the interrupt request is moved after all necessary initializations are completed in the drivers.

3

What systems are affected by CVE-2026-72146?

CVE-2026-72146 affects the Linux kernel with specific configurations involving the dmaengine and rz-dmac driver.

4

What is the impact of CVE-2026-72146?

The impact of CVE-2026-72146 includes potential system instability or erroneous behavior due to premature access by the interrupt handler.

5

When was CVE-2026-72146 published?

CVE-2026-72146 was published on August 15, 2026.

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