CVE-2026-68108
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
19/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amdgpu/vce: fix integer overflow in image size<br />
<br />
Fix a security vulnerability where malicious VCE command streams<br />
with oversized dimensions (e.g. 65536×65536) cause 32-bit integer<br />
overflow, wrapping the calculated buffer size to 0. This bypasses<br />
validation and allows GPU firmware to perform out-of-bound memory<br />
access.<br />
<br />
The fix uses 64-bit arithmetic to detect overflow and rejects<br />
invalid dimensions before they reach the hardware.<br />
<br />
V2: remove redundant check<br />
V3: modify max height value<br />
V4: remove size64<br />
<br />
(cherry picked from commit cbe408dba581755ad1279a487ec786d8927d778d)
Impact
Base Score 3.x
8.80
Severity 3.x
HIGH
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/00c311a13d225266800c712f2b7db2711c6897de
- https://git.kernel.org/stable/c/186bfdc4e26d019b2e7570cb121964a1d89b2e5b
- https://git.kernel.org/stable/c/7eebef042c12dfe0568593ee6a8926d16505925e
- https://git.kernel.org/stable/c/893db20383800cfe92e638705984eebb13bc81a5
- https://git.kernel.org/stable/c/a07430abd556de3707adfcadcc60db3fa64e4b2b
- https://git.kernel.org/stable/c/a6d7065b91a14790980ce6f4960db0ca8c3c9940


