CVE-2026-97914: accel: ethosu: Fix ethosu_job_open() return value

Published Sep 25, 2026
·
Updated

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

accel: ethosu: Fix ethosujobopen() return value

A WARNON() returns a 0 or 1, not the original negative errno. Just drop the WARNON() as the FD open will pass the return code to userspace and there's only one possible source of the error (drmschedentityinit()).

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Remove the WARN_ON() from accel: ethosu's ethosu_job_open() so the return code from drm_sched_entity_init() is passed through to userspace.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:22 AM
Data Sourced
via MITRE·10:22 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What is the observable impact when the affected open path fails?

The failure can be returned as 0 or 1 because WARN_ON() does not preserve the original negative errno from drm_sched_entity_init(). This can cause the file-descriptor open path to report an incorrect result to userspace.

2

What is the source of the underlying error in this path?

The description identifies drm_sched_entity_init() as the only possible source of the error handled by ethosu_job_open().

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