Description
In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: Reject UVD message with dimensions above 4096

Fixes potential overflow in DPB size calculations.

(cherry picked from commit 05e1387d151f71569fbe122d2c89f9db0c21dc10)
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Denial of Service
Action: Apply Patch
AI Analysis

Impact

The reported issue affects the AMD GPU device driver in the Linux kernel. A calculation of the DPB (Decoded Picture Buffer) size was performed without adequate bounds checks when a UVD (Unified Video Decoder) message referenced dimensions larger than 4096. The integer overflow in the DPB size could allow a malformed video stream to corrupt kernel memory or cause a division by zero, potentially resulting in a kernel panic. The patch rejects such messages, preventing the overflow and thereby safeguarding the kernel from unexpected crash or memory corruption.

Affected Systems

All Linux kernel distributions that ship the amdgpu driver and lack the patch described in the commit logs are vulnerable. No specific version numbers are provided, but the vulnerability exists in any kernel where the amdgpu driver has not incorporated the change to reject large‑dimension UVD messages. The affected components are the kernel's DRM subsystem and the AMDUVD decoder path within the amdgpu module.

Risk and Exploitability

The CVSS score is not provided, and no EPSS score is available for this entry, so the quantitative risk assessment is limited. However, because the flaw is present in kernel‑level code and could trigger a memory corruption leading to a kernel panic, an attacker with the ability to inject a crafted UVD request could cause a denial of service. The KEV listing is absent, and no rumors of active exploitation exist as of the current data. The absence of a public exploit or high EPSS score suggests a lower immediate threat, but the kernel crash risk warrants timely resolution.

Generated by OpenCVE AI on September 4, 2026 at 20:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the amdgpu patch which rejects UVD messages with dimensions above 4096.
  • If an immediate kernel upgrade is not feasible, apply the specific patch commit directly to the amdgpu driver within the current kernel.
  • As a temporary workaround, disable or limit the UVD hardware decoding feature to prevent the kernel from receiving oversized height/width requests.

Generated by OpenCVE AI on September 4, 2026 at 20:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DLA Debian DLA DLA-4788-1 linux-6.12 security update
History

Fri, 04 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Fri, 04 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reject UVD message with dimensions above 4096 Fixes potential overflow in DPB size calculations. (cherry picked from commit 05e1387d151f71569fbe122d2c89f9db0c21dc10)
Title drm/amdgpu: Reject UVD message with dimensions above 4096
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-07T14:21:30.299Z

Reserved: 2026-08-26T14:34:25.801Z

Link: CVE-2026-80908

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T18:18:00.507

Modified: 2026-09-07T15:17:33.603

Link: CVE-2026-80908

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T23:45:17Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound