Junglewise Threat Intelligence

CVE-2026-53375: Linux Kernel amdgpu partial address patching in VCE

CVE-2026-53375 · 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 (amdgpu) specifically affecting the Video Codec Engine (VCE). This flaw could allow an incorrect memory address to be written to the device firmware when processing certain graphics commands. This could lead to system instability or unpredictable behavior on systems using AMD graphics hardware.

Technical details

A vulnerability exists in the `amdgpu_vce_cs_reloc` function within `drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c` of the Linux kernel. The issue arises when only one part (high or low) of a 64-bit address is valid during command stream relocation, which can result in a 'bad' or partial address being patched into the firmware. An attacker with the ability to submit crafted command streams to the GPU could potentially exploit this to cause firmware-level errors or memory corruption. The fix introduces bounds checking for the 'lo' and 'hi' offsets against the indirect buffer (IB) length to ensure both components are valid before patching. Patches have been backported to several stable kernel branches including 6.1.y, 6.6.y, 6.12.y, 6.18.y, and 7.0.y.

Affected products

  • Linux Linux Kernel 6.1.175, 6.6.140, 6.12.90, 6.18.32, 7.0.9

Timeline

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

References

Related threats