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

drm/amdgpu: Reject UVD message with invalid number of h265 refs

Same change as for h264, avoids overflow later when calculating
min dpb size.

(cherry picked from commit a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5)
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Potential integer overflow leading to memory corruption
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s DRM amdgpu component accepts an UVD message containing an invalid number of H.265 references. The kernel then proceeds to compute the minimum reference decoding buffer size without first validating the reference count. This unchecked calculation can overflow, corrupt memory, and potentially enable arbitrary code execution or system compromise. The vulnerability is specifically tied to the H.265 decoding path, with a similar fix applied for H.264, indicating that any H.265 or H.264 stream processed by the amdgpu driver could trigger the fault if crafted maliciously.

Affected Systems

The flaw resides in the Linux kernel DRM amdgpu driver and affects all systems running kernel versions that have not incorporated the upstream patch that adds validation for the UVD message format. No explicit vendor or version list is provided in the data; however, any distribution shipping a kernel older than the commit that introduced the rejection logic remains susceptible.

Risk and Exploitability

The CPE indicates the kernel object; no EPSS or KEV data is available, so the probability of exploitation and real‑world impact are uncertain. By inferring from the nature of the flaw, an attacker would need to supply a crafted UVD payload to the GPU driver, implying either local kernel exploitation or privileged application abuse. At the current moment the vulnerability is considered a medium‑to‑high risk due to the potential for memory corruption, though the lack of CVSS and EPSS figures prevents a precise severity rating.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the commit adding UVD message validation (a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5) or rebuild the DRM amdgpu module against newer kernel headers if using a custom build.
  • Disable or restrict the access to the amdgpu driver for untrusted or non‑elevated applications by applying appropriate security policies (e.g., SELinux, AppArmor, or seccomp filters).
  • If upgrading the kernel is not immediately possible, monitor the kernel logs for signs of buffer overflows and consider hardening the kernel with mitigations such as STACKPROTECTOR, canaries, or CONFIG_SECURITYFS to reduce the likelihood of successful exploitation.

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 invalid number of h265 refs Same change as for h264, avoids overflow later when calculating min dpb size. (cherry picked from commit a4b0720e4f1601f97f59a2be9c1b4b94fa6527d5)
Title drm/amdgpu: Reject UVD message with invalid number of h265 refs
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:32.011Z

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

Link: CVE-2026-80909

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-80909

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T22:45:03Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound