CVE Catalog

CVE-2026-97911

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, in the accel: ethosu driver, userspace can set the job SRAM size to 0 but still have SRAM accesses in the command stream. When the job SRAM size is 0, setting the region base register is skipped, leading to use of a stale base address from a prior job.

Risk Assessment

Use of a stale base address may allow access to incorrect memory regions, potentially leading to security breaches or system crashes.

Recommendation

Apply the patch that checks the region size against the job's SRAM size instead of just the total SRAM size.

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 SRAM region size matches job It is possible for userspace to set the job SRAM size to 0, but then still have SRAM accesses in the command stream. When the job SRAM size is 0, setting the region base register is skipped and a stale base address from a prior job is used. Check the region size against the job's SRAM size instead of just the size of the SRAM. The job's SRAM size was already checked against the total SRAM size.

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