CVE Catalog

CVE-2026-97498

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/amdgpu/userq driver does not pin the mqd and fw objects, which can lead to their eviction. During eviction, the hardware uses invalid addresses, causing page faults and system hangs.

Risk Assessment

Could lead to system hangs or crashes, posing a denial of service risk.

Recommendation

Apply the patch that pins the mqd and fw objects to prevent eviction.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: pin mqd and fw object bo to avoid eviction mqd and fw objects are queue core objects which should remain valid and never be unmapped and evicted for user queues to work properly. During eviction if these buffers are evicted the hw continue to use the invalid addresses and caused page faults and system hung.

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