CVE-2026-72089
Last modified
CVE-2026-72089 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fw_log_from_bo() validates the tracing buffer header_size and that the log fits within the BO, but never checks that log->size is at least log->header_size. fw_log_print_buffer() then computes: u32 data_size = log->size - log->header_size; which underflows to a near-U32_MAX value when firmware reports a log whose size is smaller than its header. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Reject firmware log with size smaller than header fw_log_from_bo() validates the tracing buffer header_size and that the log fits within the BO, but never checks that log->size is at least log->header_size. fw_log_print_buffer() then computes: u32 data_size = log->size - log->header_size; which underflows to a near-U32_MAX value when firmware reports a log whose size is smaller than its header. That huge data_size defeats the log_start/log_end bounds clamps added by commit dd1311bcf0e6 ("accel/ivpu: Add bounds checks for firmware log indices"), so fw_log_print_lines() reads far past the small real data region of the BO. A size of 0 also makes fw_log_from_bo() 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).
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 5592a207e158b738d9c1d27f208dbbea13ae7606; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < dc9a1cda2e46d0254730a6f93cfe48532895f33c; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 257321a1c036da417f5d9c47b95c7e58f62bf263; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 6920e62be4c969a68ce4ebc59da68c6cbc9512e5; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < ddb44baed257560f192b145ed36cf8c0a412de47 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72089?
How severe is CVE-2026-72089?
How do I fix CVE-2026-72089?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72083In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72084In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72085In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72088In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7209The Simple Link Directory plugin for WordPress is vulnerable…6.4
- CVE-2026-72090In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72094In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72089?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
