CVE Catalog

CVE-2026-97914

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel accel/ethosu driver, ethosu_job_open() returned the value from WARN_ON() (0 or 1) instead of the original negative errno. This caused an incorrect return code to be passed to userspace.

Risk Assessment

An incorrect error code returned to userspace may lead to improper error handling in applications. The impact is limited since there is only one possible source of the error.

Recommendation

Update the Linux kernel to a version with the fix that drops the WARN_ON() and returns the original error code from drm_sched_entity_init().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix ethosu_job_open() return value A WARN_ON() returns a 0 or 1, not the original negative errno. Just drop the WARN_ON() as the FD open will pass the return code to userspace and there's only one possible source of the error (drm_sched_entity_init()).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS