CVE-2026-97915

medium

Description

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Limit firmware log name prints to field size The name in struct vpu_tracing_buffer_header 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.

References

https://git.kernel.org/stable/c/95bf070f3225dc7175725438c916ad321d42fe45

https://git.kernel.org/stable/c/6dbba89df4e842d226f5cd3dbc5e94533cfceea2

https://git.kernel.org/stable/c/5d06257359c9006a208fece9eb7f0a0e83e0cc92

https://git.kernel.org/stable/c/3d7130807009e9be6132c1394a2c7708a3ba39a7

Details

Source: Mitre, NVD

Published: 2026-09-25

Updated: 2026-09-25

Risk Information

CVSS v2

Base Score: 2.1

Vector: CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:N

Severity: Low

CVSS v3

Base Score: 5.5

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Severity: Medium

EPSS

EPSS: 0.002