CVE-2026-89976: accel/ethosu: fix job completion fence cleanup

Published Sep 16, 2026
·
Updated

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

accel/ethosu: fix job completion fence cleanup

ethosuioctlsubmitjob() allocates donefence before validating buffer handles. Errors after allocation call ethosujoberrcleanup(), which frees the job but leaks the uninitialized fence.

A scheduler dependency error also lets ethosujobrun() return before dmafenceinit(). Normal cleanup then passes a zeroed refcount to dmafenceput().

Release donefence in the common cleanup path and use dmafencewasinitialized() to distinguish initialized fences from raw allocations.

[robh: also fix goto]

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

What conditions trigger the faulty cleanup paths?

One path is triggered when job submission allocates done_fence and then buffer-handle validation fails. Another occurs when a scheduler dependency error causes ethosu_job_run() to return before dma_fence_init() has initialized the fence.

2

What is the impact of these error paths?

The buffer-validation error path can leak an uninitialized fence when the job is freed. The scheduler dependency error path can cause normal cleanup to call dma_fence_put() on a fence with a zeroed reference count.

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