CVE Catalog

CVE-2026-97913

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel accel/ethosu driver, the command stream was not ensured to end with a stop op. Although the QSIZE register setting should prevent out-of-bounds access, it is unclear whether the hardware generates the required interrupt, which could lead to a timeout.

Risk Assessment

A missing stop op at the end of the command stream may cause the NPU hardware to hang or time out. It affects systems with the ethosu accelerator.

Recommendation

Update the Linux kernel to a version with the fix that ensures a stop op is present at the end of the command stream.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Ensure cmd stream ends with a stop op While the QSIZE register setting should prevent an out of bounds access of the command stream, it is not clear whether the h/w generates an interrupt in this case as is required (to prevent a timeout). As a stop op is expected end of the command stream, let's just ensure it is present. A stop op in the middle of the command stream also makes no sense.

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