CVE Catalog

CVE-2026-53203

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.15%

5th percentile - higher than 5% of all known CVEs

Summary

In the Linux kernel, a buffer overflow check was added in the accel/ivpu driver's get_info_ioctl function. Missing validation of the size returned by firmware could lead to copying data beyond the allocated buffer.

Risk Assessment

The vulnerability could allow a local attacker with access to the IVPU accelerator to cause a system crash (DoS) or potentially escalate privileges by overwriting kernel memory.

Recommendation

Immediately update the Linux kernel to a version containing the fix (commit in the accel/ivpu branch). Monitor distributions for the patch release.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

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