Bug 2525446 (CVE-2026-80658) - CVE-2026-80658 kernel: drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()
Summary: CVE-2026-80658 kernel: drm/rockchip: dw_dp: Fix null-ptr-deref in dw_dp_remove()
Keywords:
Status: NEW
Alias: CVE-2026-80658
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-28 07:45 UTC by OSIDB Bzimport
Modified: 2026-09-03 15:49 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-28 07:45:24 UTC
In the Linux kernel, the following vulnerability has been resolved:

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

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
platform_set_drvdata() was executed.

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

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


Note You need to log in before you can comment on or make changes to this bug.