CVE-2026-97911
📛 CVE Title
accel: ethosu: Ensure SRAM region size matches job
Description
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.
Overview
- State
- PUBLISHED
- Assigner (CNA)
- Linux
- CVSS severity
- HIGH
- CVSS score
- 7.8 / 10
- CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H- Effective score
- 7.8 / 10 HIGH source: CNA overview
- CWE(s)
- —
- Reserved
- 2026-09-25
- Published
- 2026-09-25 10:22 UTC
- Last updated
- 2026-09-25 14:41 UTC
- Source
- https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2026/97xxx/CVE-2026-97911.json
- Linked Threat
- CVE-2026-97911 — accel: ethosu: Ensure SRAM region size matches job
NVD triage scoring NVD CVE 2.0
Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.
- NVD published
- 2026-09-25 11:17:18 UTC
- NVD last modified
- 2026-09-25 15:18:02 UTC
- NVD CVSS v3.1
- 7.8 / 10 HIGH source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- NVD CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H- Exploitability subscore
- 1.8 / 10
- Impact subscore
- 5.9 / 10
NVD / KEV / EPSS data refreshed 2026-09-26 04:27 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.
Affected products (2)
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| Linux | Linux |
9cff90774872ed6613b7571ce018b5b455d86890 (affected),
9cff90774872ed6613b7571ce018b5b455d86890 (affected)
|
— |
| Linux | Linux |
7.2 (affected),
0 (unaffected),
7.2.7 (unaffected),
7.3-rc3 (unaffected)
|
— |
Vendor references (2)
References embedded in the original CVE record by the assigning CNA.
Web references (0)
DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.
No web references attached yet.
NVD-tagged references (2)
Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.
- https://git.kernel.org/stable/c/2b39d680c9e0fb4d625f2916980977622e84248c 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- https://git.kernel.org/stable/c/50c27d412fedc95b8d54d477af47451a382e8cdd 416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI Forensic Analysis
Only Available for Registered Users. Sign in to view.
Raw JSON
The full cvelistV5 record. Download as CVE-2026-97911.json.
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/accel/ethosu/ethosu_job.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "50c27d412fedc95b8d54d477af47451a382e8cdd",
"status": "affected",
"version": "9cff90774872ed6613b7571ce018b5b455d86890",
"versionType": "git"
},
{
"lessThan": "2b39d680c9e0fb4d625f2916980977622e84248c",
"status": "affected",
"version": "9cff90774872ed6613b7571ce018b5b455d86890",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/accel/ethosu/ethosu_job.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "7.2"
},
{
"lessThan": "7.2",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.2.*",
"status": "unaffected",
"version": "7.2.7",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.3-rc3",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2.7",
"versionStartIncluding": "7.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.3-rc3",
"versionStartIncluding": "7.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\naccel: ethosu: Ensure SRAM region size matches job\n\nIt is possible for userspace to set the job SRAM size to 0, but then still\nhave SRAM accesses in the command stream. When the job SRAM size is 0,\nsetting the region base register is skipped and a stale base address from\na prior job is used.\n\nCheck the region size against the job's SRAM size instead of just the size\nof the SRAM. The job's SRAM size was already checked against the total SRAM\nsize."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - The malformed input is a DRM_IOCTL_ETHOSU_SUBMIT job (sram_size=0, no region-2 BO handle) plus a command stream that uses region 2. A local process sends it through the /dev/accel/accelN ioctl into ethosu_ioctl_submit_job(). No remote protocol carries this data.\nAC:L - The attacker sets the stale BASEP(2) value themselves: a prior job of their own binds a BO to region 2 while sram_size is 0, then they free that BO. Their next job skips the base write in ethosu_job_hw_submit(). Both steps are ordinary submissions they control, and there is no race.\nPR:L - All ethosu ioctls, including SUBMIT, are registered with flags 0, so any unprivileged user allowed to open the accel device node (for example, the render group) can reach the flawed region-size check. Root is not required.\nUI:N - The attacker's own ioctl calls on their own BOs and command streams trigger the bug. No other user has to do anything.\nS:U - The NPU is driven by the same kernel, and no IOMMU or VM boundary is crossed (the driver sets only a 40-bit DMA mask). The impact stays within the kernel's own security authority.\nC:H - The NPU reads through a stale BASEP(2): a freed BO's physical address, or SRAM holding another client's data. The command stream can copy up to sram_size bytes from there into an attacker BO, disclosing kernel pages or other users' data.\nI:H - NPU output operations can write through the stale region-2 base into pages that were freed and reused by the kernel, or into another client's buffer. This is a DMA use-after-free write that the attacker sizes, and it can corrupt kernel memory.\nA:H - Uncontrolled DMA writes into reused kernel pages, or into a stale or reset base address, can corrupt kernel data structures, crash the system, or hang the NPU. The attacker can repeat this at will."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-25T14:41:37.359Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/50c27d412fedc95b8d54d477af47451a382e8cdd"
},
{
"url": "https://git.kernel.org/stable/c/2b39d680c9e0fb4d625f2916980977622e84248c"
}
],
"title": "accel: ethosu: Ensure SRAM region size matches job",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-97911",
"datePublished": "2026-09-25T10:22:34.639Z",
"dateReserved": "2026-09-25T10:18:58.201Z",
"dateUpdated": "2026-09-25T14:41:37.359Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}