Bug 2513147 (CVE-2026-68303) - CVE-2026-68303 kernel: drm/vc4: hvs/v3d: Fix null dereference in unbind
Summary: CVE-2026-68303 kernel: drm/vc4: hvs/v3d: Fix null dereference in unbind
Keywords:
Status: NEW
Alias: CVE-2026-68303
Product: Security Response
Classification: Other
Component: vulnerability-draft
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:21 UTC by OSIDB Bzimport
Modified: 2026-08-11 11:01 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:21:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/vc4: hvs/v3d: Fix null dereference in unbind

The hvs and v3d drivers use dev_get_drvdata(master) in their unbind
functions. Since the vc4-drm gets removed before its dependent drivers
(vc4_hvs/vc4_v3d) the vc4_hvs_unbind/vc4_v3d_unbind functions try to
get drvdata of its master and fails with a null dereference error.

Use the data pointer passed to the unbind functions directly instead of
dev_get_drvdata(master). This avoids using potentially freed memory.


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