CVE-2026-68303
drm/vc4: hvs/v3d: Fix null dereference in unbind
CVSS Score
0.0
EPSS Score
0.2%
EPSS Percentile
9th
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.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Aug 10, 2026 |
| Last Updated | Sep 21, 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
c8b75bca92cbf064b9fa125fc74a85994452e935 < 8f62aae059e06746a18a00af27179c3c0f17f4c7 c8b75bca92cbf064b9fa125fc74a85994452e935 < 708688ec31ac6b35103ba364dc300a09930079d4 c8b75bca92cbf064b9fa125fc74a85994452e935 < 261f0a3f0ac03248284f5116d3258f89c9642215 c8b75bca92cbf064b9fa125fc74a85994452e935 < 7dc3680b7ffe01add3e9299fde8471d2dd53a8ae
Linux / Linux
4.4
References
git.kernel.org: https://git.kernel.org/stable/c/8f62aae059e06746a18a00af27179c3c0f17f4c7 git.kernel.org: https://git.kernel.org/stable/c/708688ec31ac6b35103ba364dc300a09930079d4 git.kernel.org: https://git.kernel.org/stable/c/261f0a3f0ac03248284f5116d3258f89c9642215 git.kernel.org: https://git.kernel.org/stable/c/7dc3680b7ffe01add3e9299fde8471d2dd53a8ae