CVE-2026-53203
Received Received - Intake
Buffer Overflow in Linux Kernel accel/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 buffer overflow check in MS get_info_ioctl Add validation that the info size returned from the metric stream info query is not exceeded when checked against the allocated buffer size. If the firmware returns a size larger than the buffer, reject the operation with -EOVERFLOW instead of proceeding with an incorrect buffer copy.
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 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel 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
Executive Summary

This vulnerability is a buffer overflow issue in the Linux kernel's accel/ivpu component, specifically in the MS get_info_ioctl function.

The problem occurs because the size of the information returned by the metric stream info query was not properly validated against the allocated buffer size.

If the firmware returned a size larger than the buffer, the operation would proceed incorrectly, potentially causing a buffer overflow.

The fix added a check to ensure that if the returned size exceeds the buffer size, the operation is rejected with an -EOVERFLOW error instead of copying incorrect data.

Impact Analysis

A buffer overflow vulnerability can lead to memory corruption, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code with kernel privileges.

Exploiting this vulnerability could compromise the security and reliability of the affected Linux system.

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