PT-2026-51952 · Linux · Linux
Published
2026-06-24
·
Updated
2026-06-24
·
CVE-2026-53058
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in atomic enable()
In case if we get errors in cdns mhdp link up() or cdns mhdp reg read()
in atomic enable, we will go to cdns mhdp modeset retry fn() and will hit
NULL pointer while trying to access the mutex. We need the connector to
be set before that. Unlike in legacy cases with flag
!DRM BRIDGE ATTACH NO CONNECTOR, we do not have connector initialised
in bridge attach(), so add the mhdp->connector ptr in device structure
to handle both cases with DRM BRIDGE ATTACH NO CONNECTOR and
!DRM BRIDGE ATTACH NO CONNECTOR, set it in atomic enable() earlier to
avoid possible NULL pointer dereference in recovery paths like
modeset retry fn() with the DRM BRIDGE ATTACH NO CONNECTOR flag set.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux