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

drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.1 ring

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

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

Impact

The amdgpu JPEG ring processor in the Linux kernel mishandles 64‑bit user fence writes, accepting values without proper validation. The description indicates that the driver submits a corrupted command to the GPU when a user provides an invalid fence. Based on the description, it is inferred that such a corrupted command can cause the kernel to crash, resulting in service disruption for the affected machine. This flaw falls under CWE‑241, an unchecked return value leading to denial of service.

Affected Systems

The flaw exists in the amdgpu driver that ships with the Linux kernel. Any Linux kernel release that contains the amdgpu JPEG ring code before the patch commit (commit 742a98e2e81702df8fe1b1eccee5223220a03dc2) is potentially affected. This includes standard distributions that ship unpatched kernels, as well as custom builds that compile the amdgpu module from older sources. No specific consumer products are cited; the impact is at the kernel level for any machine running a vulnerable kernel.

Risk and Exploitability

The CVSS score of 7.8 reflects a moderate‑to‑high severity. The EPSS score of less than 1% and the absence from the CISA KEV catalog indicate that exploitation remains unlikely in the wild. Based on the description, the likely attack vector is local, requiring a user or privileged process that can trigger a faulty fence or submit a corrupted buffer. Successful exploitation is inferred to result in a kernel crash and loss of service, but it does not provide remote code execution or data exfiltration.

Generated by OpenCVE AI on July 30, 2026 at 22:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes commit 742a98e2e81702df8fe1b1eccee5223220a03dc2 or later.
  • If the system uses a custom amdgpu module, rebuild or upgrade the module to a version containing the fix.
  • Monitor kernel logs (e.g., dmesg, /var/log/kern.log) for amdgpu‑related panics and reboot affected machines promptly.

Generated by OpenCVE AI on July 30, 2026 at 22:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

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

Type Values Removed Values Added
Weaknesses CWE-241
References
Metrics threat_severity

None

threat_severity

Moderate


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 v5.0.1 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. (cherry picked from commit 742a98e2e81702df8fe1b1eccee5223220a03dc2)
Title drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.1 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:18.722Z

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

Link: CVE-2026-63841

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-63841 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:15:13Z

Weaknesses
  • CWE-241

    Improper Handling of Unexpected Data Type