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

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

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

(cherry picked from commit 8d0cac9478a3f046279c657d6a2545de49ae675a)
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 AMDGPU driver’s handling of the JPEG ring within the Linux kernel. It causes the kernel to reject JPEG command submissions that include 64‑bit user fence writes because the ring class does not support this operation. The resulting rejection prevents JPEG decoding from completing, effectively disabling JPEG processing for applications that rely on hardware acceleration. This flaw is classified as CWE‑1287, reflecting improper handling of user‑supplied data in a low‑level kernel component.

Affected Systems

All Linux kernel releases that ship the AMDGPU driver with JPEG ring support and have not incorporated commit 8d0cac94 are affected. This includes most mainstream Linux distributions that use the generic kernel for AMD graphics hardware. Devices running older kernels lacking the patch will experience failures when JPEG decoding is attempted through the GPU hardware acceleration path.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity that can disrupt services, while the EPSS score of less than 1% suggests that widespread exploitation is unlikely at present. The vulnerability is not listed in the CISA KEV catalog, further indicating that no known active exploits exist. Based on the description, it is inferred that attackers would need local access—specifically, a user‑level JPEG application that submits commands featuring a user fence—to trigger the failure. An attacker could repeatedly provoke JPEG decoding errors to degrade application availability, but the flaw does not provide privilege escalation or data exposure.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system kernel to a version that includes commit 8d0cac94, which adds protection for the JPEG ring.
  • Disable AMDGPU JPEG hardware acceleration by setting the appropriate kernel boot parameter or driver option, preventing the use of the vulnerable ring altogether.
  • Monitor kernel logs for JPEG decoding errors and confirm that no 64‑bit user fence operations are being attempted by any applications.

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

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

Link: CVE-2026-63845

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

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-1287

    Improper Validation of Specified Type of Input