CVE Catalog

CVE-2026-97917

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel accel/ivpu driver, ivpu_to_cpu_addr() did not validate the full buffer range. The lack of a check that the whole [vpu_addr, vpu_addr + size) range stays within the BO could lead to out-of-bounds access.

Risk Assessment

This can lead to out-of-bounds memory access, risking a system crash or data exposure. It affects systems with an NPU accelerator handled by the ivpu driver.

Recommendation

Update the Linux kernel to a version with the fix that adds a size parameter and validates the full range in ivpu_to_cpu_addr().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Validate full buffer range in ivpu_to_cpu_addr Add a size parameter to ivpu_to_cpu_addr() and validate that the whole [vpu_addr, vpu_addr + size) range stays within the BO.

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