CVE-2026-97916

Source
https://cve.org/CVERecord?id=CVE-2026-97916
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97916.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97916
Downstream
Published
2026-09-25T10:22:37Z
Modified
2026-09-26T03:48:27Z
Summary
accel/ivpu: Validate firmware log buffer metadata
Details

In the Linux kernel, the following vulnerability has been resolved:

accel/ivpu: Validate firmware log buffer metadata

The tracing log headers parsed by fw_log_print_buffer() reside in DMA-shared BOs that the NPU firmware can write to.

fw_log_from_bo() validated log->header_size and log->size, but fw_log_print_buffer() re-read those same fields from shared memory afterwards, allowing a TOCTOU where firmware changes them between the check and the use, and making the host dereference out-of-bounds addresses while printing logs.

Snapshot the validated values once with READ_ONCE() and pass them down explicitly in a new struct ivpu_fw_log_desc instead of re-reading them from the shared struct.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97916.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d4e4257afa6ed5205eda993180401fc2c20e4b60
Fixed
8ec3d6972f1440fae6c8dadd1859892775208759
Fixed
40868f80a89199630b03d4457876f9a1feba0660
Fixed
b1555f63ee1a680f280bc18e8dac416f250e2ec3
Fixed
0724afc55c77c36c7feb9a7264b02aa7593c5c2d

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97916.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97916.json"