CVE Catalog

CVE-2026-68364

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, the drm/amd/display driver has a deadlock during system suspend when amdgpu_dm_ism_disable() is called under dc_lock and waits for delayed work that also requires dc_lock.

Risk Assessment

The deadlock can cause a system hang during suspend/resume, leading to unresponsiveness and potential data loss.

Recommendation

Apply a kernel patch that splits the disable path into two phases with opposite locking contracts.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix ISM dc_lock deadlock during suspend [Why] System hang observed during suspend/resume while video is playing. amdgpu_dm_ism_disable() is called under dc_lock and waits for ISM delayed work via disable_delayed_work_sync(). The work handlers themselves take dc_lock, producing an ABBA deadlock when a worker is in flight at suspend time. [How] Split the disable path into two phases with opposite locking contracts: 1. amdgpu_dm_ism_disable() -- quiesces workers, must NOT hold dc_lock. 2. amdgpu_dm_ism_force_full_power() (new) -- drives the ISM FSM back to FULL_POWER_RUNNING, must hold dc_lock.

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