HOMEVULNERABILITIESCVE-2026-53058
NONE

CVE-2026-53058

Published: June 24, 2026· Updated: Jun 24, 2026

EPSS:0.17%probability of exploitation in 30 daysPercentile:6.3th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-53058 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
LinuxGo
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (5)

Quick Facts

CVE IDCVE-2026-53058
SeverityNONE
CISA KEVNo
EPSS (30d)0.17%
PublishedJun 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53058 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.