CVE-2026-97916
Last modified
CVE-2026-97916 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 8ec3d6972f1440fae6c8dadd1859892775208759; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 40868f80a89199630b03d4457876f9a1feba0660; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < b1555f63ee1a680f280bc18e8dac416f250e2ec3; >= d4e4257afa6ed5205eda993180401fc2c20e4b60, < 0724afc55c77c36c7feb9a7264b02aa7593c5c2d |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97916?
How severe is CVE-2026-97916?
How do I fix CVE-2026-97916?
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-97910In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97911In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97912In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97913In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97914In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97915In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97917In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97918In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97919In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9792A flaw was found in Keycloak's Client Policies, specifically…6.5
- CVE-2026-97920In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97921In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97916?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
