CVE-2026-89977: accel/ethosu: check MMIO mapping errors in probe

Published Sep 16, 2026
·
Updated

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

accel/ethosu: check MMIO mapping errors in probe

devmplatformioremapresource() returns an error pointer when the register resource cannot be mapped. ethosuprobe() stores it and continues until initialization dereferences it through MMIO accessors.

Return the mapping error before initializing the device.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Update the Linux kernel to the version that includes the fix "accel/ethosu: check MMIO mapping errors in probe" (i.e., ensure the driver returns the mapping error before initializing the device, so MMIO accessors are not dereferenced when devm_platform_ioremap_resource() cannot map the resource).

Event History

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

Frequently Asked Questions

1

Under what condition can this issue be triggered?

It is triggered when the Ethos-U driver's register resource cannot be mapped and devm_platform_ioremap_resource() returns an error pointer. The probe path continues initialization and later dereferences that pointer through MMIO accessors.

2

What is the immediate mitigation if an updated kernel is not available?

Prevent the affected Ethos-U device driver from probing on systems where its register resource cannot be mapped. The provided data does not identify a configuration-only workaround beyond avoiding that failed probe condition.

3

How can I tell whether a system is affected at runtime?

Look for an Ethos-U driver probe in which MMIO/register-resource mapping fails, followed by continued device initialization or MMIO access. The fixed behavior returns the mapping error before device initialization proceeds.

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