CVE Catalog

CVE-2026-97915

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel accel/ivpu driver, printing the name from the tracing buffer header was not limited to the field size. The name field is a fixed-size array populated by the NPU firmware and is expected to be NUL-terminated, but a missing terminator caused reads past the field and exposed adjacent bytes via dmesg and debugfs.

Risk Assessment

This can lead to disclosure of shared tracing buffer memory contents through kernel logs and debugfs. It affects systems with an NPU handled by the ivpu driver.

Recommendation

Update the Linux kernel to a version with the fix that limits name printing to the field size so output never runs past it even without a NUL terminator.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS