Bug 2468088 (CVE-2026-43305) - CVE-2026-43305 kernel: drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast path
Summary: CVE-2026-43305 kernel: drm/amd/display: Fix mismatched unlock for DMUB HW loc...
Keywords:
Status: NEW
Alias: CVE-2026-43305
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-08 14:03 UTC by OSIDB Bzimport
Modified: 2026-05-08 18:46 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-08 14:03:54 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast path

[Why]
The evaluation for whether we need to use the DMUB HW lock isn't the
same as whether we need to unlock which results in a hang when the
fast path is used for ASIC without FAMS support.

[How]
Store a flag that indicates whether we should use the lock and use
that same flag to specify whether unlocking is needed.


Note You need to log in before you can comment on or make changes to this bug.