NONE · 0

CVE-2026-93139

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 entrie...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-93139?

CVE-2026-93139 is a documented vulnerability. 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 entrie...

How severe is CVE-2026-93139?

CVSS scoring is not yet available for CVE-2026-93139. Check NVD for updates.

Is there a patch for CVE-2026-93139?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.