SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80907

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the AMD GPU driver, specifically in the UVD (Unified Video Decoder) where the minimum size calculation for H264 reference frames is incorrectly derived from a maximum value rather than the actual number of references from the decode message. This flaw could lead to improper video decoding, potentially resulting in system instability or crashes during video playback. Organizations utilizing Linux systems with AMD GPUs should prioritize addressing this issue to ensure stable multimedia performance.

CVE
CVE-2026-80907
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD dpb min size calculation for H264 This should use actual number of references from the decode message, instead of maximum derived from level. (cherry picked from commit 64b525edb7e7bdfcdc77883c5e413804e2396856)