CVE Catalog

CVE-2026-80540

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

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

Summary

In the Linux kernel, the amdgpu driver incorrectly calculates the minimum size for UVD decode images because it uses width instead of pitch. Additionally, it does not reject pitch over 4096, which could lead to overflow.

Risk Assessment

The vulnerability could lead to incorrect video decoding behavior or potential buffer overflow, potentially resulting in system crash or privilege escalation.

Recommendation

Apply the Linux kernel patch that uses pitch instead of width in the calculation and rejects pitch over 4096 to avoid overflow.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD decode image min size calculation This needs to use pitch instead of width. Also reject pitch over 4096 to avoid overflow. (cherry picked from commit b41c8cb12e202b220353332ab87dc01a11f69304)

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