CVE-2026-53058
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn the Linux kernel's Cadence MHDP8546 DRM bridge driver, a NULL pointer dereference occurs when error handling in atomic_enable() jumps to cdns_mhdp_modeset_retry_fn() before the mhdp connector is initialized. If cdns_mhdp_link_up() or cdns_mhdp_reg_read() fail, the recovery path attempts to access a mutex through an uninitialized connector pointer.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 6.6, < 6.6.141>= 6.7, < 6.12.91>= 6.13, < 6.18.33>= 6.19, < 7.0.10CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel versionRun 'uname -r' to get the running kernel versionAffected if The kernel version falls within >= 6.6, < 6.6.141; >= 6.7, < 6.12.91; >= 6.13, < 6.18.33; or >= 6.19, < 7.0.10
-
Verify cdns-mhdp8546 driver presenceRun 'modinfo cdns-mhdp8546' or check 'ls /sys/module | grep cdns-mhdp8546' to see if the driver module exists in the kernelAffected if The driver module is present in the kernel
-
Detect Cadence MHDP hardwareRun 'ls /sys/bus/platform/devices/ | grep -i mhdp' or check 'dmesg | grep -i mhdp' for driver loading messagesAffected if A Cadence MHDP8546 device is present and the driver has attached to it
-
Check DRM subsystem for bridge deviceRun 'ls /sys/class/drm/' and look for card entries, then check 'cat /sys/class/drm/card*/device/driver' for the cdns-mhdp8546 driver bindingAffected if A DRM bridge device managed by cdns-mhdp8546 is registered in the system
A system is affected if it runs a kernel version in the affected ranges AND has Cadence MHDP8546 hardware with the cdns-mhdp8546 driver loaded and attached to a DRM bridge device.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped6.6.1416.12.916.18.33
The fix involves moving the mhdp->connector_ptr assignment earlier in atomic_enable() to ensure it's set before any error recovery paths can be triggered, preventing the NULL pointer dereference in both DRM_BRIDGE_ATTACH_NO_CONNECTOR and legacy configurations.
Upgrade to Linux kernel 6.6.141+, 6.12.91+, 6.18.33+, or 7.0.10+ depending on your current branch
- 1. Identify the currently running kernel version using `uname -r`
- 2. Determine which version branch your kernel is from (6.6.x, 6.7-6.12.x, 6.13-6.18.x, or 6.19-7.0.x)
- 3. Upgrade the Linux kernel to a version at or above the fixed version for your branch: for 6.6.x upgrade to >=6.6.141, for 6.7-6.12.x upgrade to >=6.12.91, for 6.13-6.18.x upgrade to >=6.18.33, or for 6.19-7.0.x upgrade to >=7.0.10
- 4. Update the kernel package using your distribution's package manager (e.g., `apt-get dist-upgrade`, `yum update`, or `dnf upgrade`)
- 5. Reboot the system to load the patched kernel
- 6. Verify the new kernel version is running with `uname -r`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,232.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-53058 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-53058 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data