CVE-2026-72089

Source
https://cve.org/CVERecord?id=CVE-2026-72089
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72089.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72089
Downstream
Published
2026-08-15T05:52:36.800Z
Modified
2026-08-18T03:56:37.352684216Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
accel/ivpu: Reject firmware log with size smaller than header
Details

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

accel/ivpu: Reject firmware log with size smaller than header

fwlogfrombo() validates the tracing buffer headersize and that the log fits within the BO, but never checks that log->size is at least log->headersize. fwlogprintbuffer() then computes:

u32 datasize = log->size - log->headersize;

which underflows to a near-U32MAX value when firmware reports a log whose size is smaller than its header. That huge datasize defeats the logstart/logend bounds clamps added by commit dd1311bcf0e6 ("accel/ivpu: Add bounds checks for firmware log indices"), so fwlogprintlines() reads far past the small real data region of the BO. A size of 0 also makes fwlogfrombo() advance the offset by 0, causing the callers to loop forever on the same header.

Reject logs whose size is smaller than the header (which also rejects size == 0).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72089.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
5592a207e158b738d9c1d27f208dbbea13ae7606
Fixed
dc9a1cda2e46d0254730a6f93cfe48532895f33c
Fixed
257321a1c036da417f5d9c47b95c7e58f62bf263
Fixed
6920e62be4c969a68ce4ebc59da68c6cbc9512e5
Fixed
ddb44baed257560f192b145ed36cf8c0a412de47

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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