CVE-2026-89820

Unknown

Last modified

CVE-2026-89820 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dc_lock leak on GPU reset error paths On GPU reset, dm_suspend() takes dc_lock and leaves it for dm_resume() to drop. If amdgpu_dm_commit_zero_streams() or dm_dmub_hw_init() fails, the function returns with the lock still held.

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dc_lock leak on GPU reset error paths On GPU reset, dm_suspend() takes dc_lock and leaves it for dm_resume() to drop. If amdgpu_dm_commit_zero_streams() or dm_dmub_hw_init() fails, the function returns with the lock still held. The matching resume path is then skipped, so every later dc_lock take hangs. Release the cached DC state and unlock before returning the error.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f, < 295d2bf42061db490254e748f9344545bb7faf19; >= 3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f, < dac29cbb405b912742f4f7eda833cec8e7a53780; >= 3cf7a0bc87f028b6bc63a43a80d9d6026ae4d85f, < 92a9eebd2a1f892fe482154d83f9f1626bc73d3b
LinuxLinux6.15

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89820?
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dc_lock leak on GPU reset error paths On GPU reset, dm_suspend() takes dc_lock and leaves it for dm_resume() to drop. If amdgpu_dm_commit_zero_streams() or dm_dmub_hw_init() fails, the function returns with the lock still held. The matching resume path is then skipped, so every later dc_lock take hangs. Release the cached DC state and unlock before returning the error.
How severe is CVE-2026-89820?
Severity scoring for CVE-2026-89820 is pending analysis.
How do I fix CVE-2026-89820?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89820?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST