CVE-2026-97915: accel/ivpu: Limit firmware log name prints to field size

Published Sep 25, 2026
·
Updated

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

accel/ivpu: Limit firmware log name prints to field size

The name in struct vputracingbufferheader is a fixed-size array populated by the NPU firmware. It is expected to be NUL-terminated, but nothing on the host side enforces this, so printing it with an unbounded string conversion would read past the field if the terminator is ever missing and expose adjacent bytes of the shared tracing BO through dmesg and the debugfs FW log output.

Print at most as many characters as the name field holds, so the output never runs past it even if the string is not NUL-terminated.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In accel/ivpu firmware log handling, limit name printing to the fixed size of the vpu_tracing_buffer_header name field so output never reads past the field when the NPU firmware omits a NUL terminator.

Event History

Sep 25, 2026
CVE Published
via MITRE·10:22 AM
Data Sourced
via MITRE·10:22 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What data could be exposed if the issue is triggered?

Adjacent bytes from the shared tracing buffer object could be disclosed through kernel dmesg output and the debugfs firmware log output when a firmware-provided log name lacks a NUL terminator.

2

What condition is required for the out-of-bounds read?

The NPU firmware must provide a tracing-buffer name that is not NUL-terminated. The affected host-side logging path previously used an unbounded string conversion when printing that fixed-size field.

3

How does the fix mitigate the issue?

The fix limits log-name output to the size of the fixed-length name field. This prevents printing from reading beyond that field even when the firmware does not include a terminator.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203