CVE-2026-80658: drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()

Published Aug 28, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

drm/rockchip: dwdp: Fix null-ptr-deref in dwdpremove()

Attempting to access driver data in the platform driver ->remove() callback may lead to a null pointer dereference since there is no guaranty that the component ->bind() callback invoking platformsetdrvdata() was executed.

A common scenario is when Rockchip DRM driver didn't manage to run componentbindall() because of an (unrelated) error causing early return from rockchipdrmbind().

Drop the unnecessary call to platformgetdrvdata() and, instead, reference the target device structure via platformdevice.

Event History

Aug 28, 2026
CVE Published
via MITRE·06:49 AM
Data Sourced
via MITRE·06:49 AM
Description

Frequently Asked Questions

1

Under what conditions can this be triggered?

The issue can occur when the Rockchip DRM driver's bind path returns early because component_bind_all() did not run successfully, such as after an unrelated error. The platform driver's remove callback can then attempt to access driver data that was never set.

2

What is the impact of a successful trigger?

Triggering the condition may cause a null pointer dereference in dw_dp_remove(), which can crash the affected kernel path during device removal or driver teardown.

3

Is this limited to a particular configuration state?

It depends on a failed Rockchip DRM component binding sequence rather than normal successful binding. Systems where the relevant component bind callback completes and sets the driver data do not encounter the missing-driver-data condition described.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203