---
id: CVE-2026-97911
title: |-
  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.…
summary: |-
  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.…
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 9cff90774872ed6613b7571ce018b5b455d86890 <
    50c27d412fedc95b8d54d477af47451a382e8cdd
  - >-
    Linux >= 9cff90774872ed6613b7571ce018b5b455d86890 <
    2b39d680c9e0fb4d625f2916980977622e84248c
  - Linux 7.2
published: '2026-09-25'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T15:18:02.220'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97911'
references:
  - url: 'https://git.kernel.org/stable/c/2b39d680c9e0fb4d625f2916980977622e84248c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/50c27d412fedc95b8d54d477af47451a382e8cdd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-25T11:06:38.895Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
