CVE-2026-93139 PUBLISHED

drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCC

Assigner: Linux
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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

drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCC

The loop iterated only AMDGPU_MAX_MES_PIPES times, leaving entries uninitialized for multi-XCC GPUs. This causes null pointer dereferences when accessing arrays indexed by XCC ID >= 2. Extend the loop to cover all XCCs (AMDGPU_MAX_MES_PIPES * num_xcc), matching other per-XCC arrays.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from a132fc9bc2f8b394a2f75947a0e1f5c22482a94c to 7ff668cfc3960ed5b944ac35129f18a15ea08b74 (excl.)
  • affected from a132fc9bc2f8b394a2f75947a0e1f5c22482a94c to 2c256086a363f01f9840a57949506eccf5c990a6 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 7.2 is affected
  • unaffected from 0 to 7.2 (excl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References