CVE-2026-53205
Received Received - Intake
Bounds Check Bypass in Linux Kernel IVPU Driver

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Add bounds checks for firmware log indices Add validation that read and write indices in the firmware log buffer are within valid bounds (< data_size) before using them. If out-of-bounds indices are encountered (from firmware), clamp them to safe values instead of proceeding with invalid offsets. This prevents potential out-of-bounds buffer access when firmware supplies invalid log indices.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

If exploited, this vulnerability could lead to out-of-bounds buffer access in the Linux kernel when processing firmware log indices.

Such out-of-bounds access might cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service.

Executive Summary

This vulnerability exists in the Linux kernel's accel/ivpu component, where the firmware log buffer's read and write indices were not properly validated.

Specifically, the indices used to access the firmware log buffer could be out-of-bounds if supplied incorrectly by the firmware.

The fix involves adding bounds checks to ensure these indices are within valid limits before use, clamping any invalid indices to safe values to prevent out-of-bounds buffer access.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53205. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart