CVE Catalog

CVE-2026-93139

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's drm/amdgpu/mes driver, the loop initializing the hung_queue_db_array iterated only AMDGPU_MAX_MES_PIPES times, leaving entries uninitialized for multi-XCC GPUs. This can lead to null pointer dereferences when accessing arrays indexed by XCC ID >= 2. The fix extends the loop to cover all XCCs.

Risk Assessment

Risk of system crash (kernel panic) or incorrect GPU driver behavior on multi-XCC platforms, potentially causing service disruptions.

Recommendation

Apply the Linux kernel update containing this fix to avoid null pointer dereference in the amdgpu driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS