๐Ÿ” CVE Alert

CVE-2026-23132

UNKNOWN 0.0

drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind Fix several issues in dw_dp_bind() error handling: 1. Missing return after drm_bridge_attach() failure - the function continued execution instead of returning an error. 2. Resource leak: drm_dp_aux_register() is not a devm function, so drm_dp_aux_unregister() must be called on all error paths after aux registration succeeds. This affects errors from: - drm_bridge_attach() - phy_init() - devm_add_action_or_reset() - platform_get_irq() - devm_request_threaded_irq() 3. Bug fix: platform_get_irq() returns the IRQ number or a negative error code, but the error path was returning ERR_PTR(ret) instead of ERR_PTR(dp->irq). Use a goto label for cleanup to ensure consistent error handling.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Feb 14, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
86eecc3a9c2e06462f6a273fcd24150b6da787de < 569ed6a73e927a34cae4ae6de1464c0737a5ec44 86eecc3a9c2e06462f6a273fcd24150b6da787de < 1a0f69e3c28477b97d3609569b7e8feb4b6162e8
Linux / Linux
6.18

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/569ed6a73e927a34cae4ae6de1464c0737a5ec44 git.kernel.org: https://git.kernel.org/stable/c/1a0f69e3c28477b97d3609569b7e8feb4b6162e8