Junglewise Threat Intelligence

CVE-2026-63844: Linux Kernel amdgpu unsupported user fence in JPEG v4.0.3

CVE-2026-63844 · Severity: info · CVSS 0 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's AMD GPU driver specifically affecting JPEG video decoding components. The system was incorrectly allowing certain memory synchronization requests (user fences) that the hardware does not actually support. While primarily a stability and correctness fix, such issues in graphics drivers can sometimes be leveraged to cause system crashes or unpredictable behavior.

Technical details

A vulnerability in the amdgpu driver's JPEG v4.0.3 implementation allowed Command Submission (CS) with 64-bit user fences, despite the hardware ring not supporting these operations. This could lead to undefined behavior or memory corruption when the hardware attempts to execute unsupported fence writes. The fix involves setting the 'no_user_fence' flag to true for the JPEG v4.0.3 ring functions, ensuring the kernel rejects such submissions. The issue was introduced in the initial support for VCN4_0_3 and has been patched in multiple stable branches including 6.6.y, 6.12.y, 6.18.y, and 7.0.y.

Affected products

  • Linux Linux Kernel 6.5 to 6.6.141, 6.12.91, 6.18.33, 7.0.10

Timeline

  • 2026-07-19: disclosed
  • 2026-07-19: advisory

References

Related threats