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

drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring

JPEG rings do not support 64-bit user fence writes, reject CS
submissions with user fences.

(cherry picked from commit f05d0a4f21fc720116d6e238f23308b199891058)
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 in the Linux kernel’s AMDGPU DRM driver allowed 64‑bit user fence writes to be accepted in JPEG control streams, even though the JPEG v4.0.5 ring does not support such fences. This regression could lead to incorrect handling of synchronization information and potential corruption of GPU resources, and it is an instance of CWE-229: improper restriction of operations within buffer bounds. The patch introduces a sentinel that marks the ring as lacking user‑fence support and rejects any control stream that contains user fences, effectively preventing the faulty processing that could destabilize the GPU subsystem.

Affected Systems

All Linux distributions using the Linux kernel with the AMDGPU DRM driver and the JPEG v4.0.5 ring are affected. The issue applies to every kernel version prior to the commit that adds the no_user_fence check, regardless of distribution, as the vulnerability is present in the generic linux kernel code.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity level. The EPSS score of less than 1% shows that exploit traffic is currently minimal. Based on the description, the attack likely requires local access to the kernel’s GPU driver and the ability to craft a JPEG control stream containing a user fence. No remote exploitation or privilege escalation is described, so the vector appears to be local and non‑trivial. The vulnerability is not listed in the CISA KEV catalog, implying that widespread exploitation has not yet been observed. Nevertheless, the high CVSS and potential for a denial of service warrant prompt action.

Generated by OpenCVE AI on August 1, 2026 at 07:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the AMDGPU driver to a release that enforces the no_user_fence check and rejects inappropriate control streams, which addresses the buffer bounds check error (CWE-229).
  • If a kernel or driver update cannot be applied immediately, restrict or disable GPU usage for untrusted users to prevent exploitation of the faulty fence handling.
  • Monitor GPU driver logs for abnormal termination or errors related to JPEG control streams and investigate any incidents promptly.

Generated by OpenCVE AI on August 1, 2026 at 07:59 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/jpeg: set no_user_fence for JPEG v4.0.5 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. (cherry picked from commit f05d0a4f21fc720116d6e238f23308b199891058)
Title drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 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:20.909Z

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

Link: CVE-2026-63843

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-63843 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:00:14Z

Weaknesses
  • CWE-229

    Improper Handling of Values