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

drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring

VCN encoder and decoder rings do not support 64-bit user fence writes,
reject CS submissions with user fences.

(cherry picked from commit 084d94ac93707bdda07efb5cee786f632de4219b)
Published: 2026-07-19
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s AMDGPU driver for the VCN component and involves the handling of 64‑bit user fences in the encoder ring. When a command stream attempts to write a 64‑bit fence, the driver rejects the submission and leaves the ring idle, effectively stopping GPU‑based video encoding or decoding. The weakness is classified as CWE‑229, indicating improper handling of data structures that can lead to erroneous behavior. The impact is a loss of functionality for any workload that relies on these fences, but it does not expose data or enable privilege escalation.

Affected Systems

All instances of the Linux kernel that include the AMDGPU driver with VCN version 4.0.5 are affected. The flaw appears in the drm/amdgpu/vcn driver path, so any kernel built with that component and lacking the patch disabling 64‑bit fences is vulnerable.

Risk and Exploitability

The CVSS score of 7.8 marks the issue as high severity, while the EPSS score of less than 1 % indicates a very low probability of exploitation. The vulnerability is not present in CISA’s KEV catalog. The CVE description does not specify an explicit attack vector; the likely vector is a local user who can construct a command stream containing a 64‑bit fence. This inference is based on the description that the failure occurs on user‑supplied command data. Exploitation would cause a denial of service for video workloads but does not provide broader system compromise.

Generated by OpenCVE AI on July 30, 2026 at 21:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes commit 084d94ac93707bdda07efb5cee786f632de4219b, which disables 64‑bit user fence writes for the VCN v4.0.5 encoder ring.
  • If a kernel upgrade is not possible, backport the commit to the running kernel or apply a custom patch that implements the same disabling logic in the VCN driver.
  • As a temporary workaround, disable VCN support or reconfigure the AMDGPU driver to avoid using the VCN encoder ring for 64‑bit fence operations via kernel module parameters or driver configuration.

Generated by OpenCVE AI on July 30, 2026 at 21:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8574-1 Linux kernel (GCP FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8574-2 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-1 Linux kernel (Oracle) vulnerabilities
Ubuntu USN Ubuntu USN USN-8596-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-2 Linux kernel (AWS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8606-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8607-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8608-1 Linux kernel (Azure FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8609-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8574-3 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-3 Linux kernel (AWS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8619-1 Linux kernel (HWE) vulnerabilities
History

Tue, 21 Jul 2026 00:15:00 +0000


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. (cherry picked from commit 084d94ac93707bdda07efb5cee786f632de4219b)
Title drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring
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-08-05T12:36:29.527Z

Reserved: 2026-07-19T07:54:57.016Z

Link: CVE-2026-63851

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63851 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:00:06Z

Weaknesses
  • CWE-229

    Improper Handling of Values