CVE-2026-68303
Last modified
CVE-2026-68303 is a vulnerability of currently unknown severity. 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).
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c8b75bca92cbf064b9fa125fc74a85994452e935, < 261f0a3f0ac03248284f5116d3258f89c9642215; >= c8b75bca92cbf064b9fa125fc74a85994452e935, < 7dc3680b7ffe01add3e9299fde8471d2dd53a8ae |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68303?
How severe is CVE-2026-68303?
How do I fix CVE-2026-68303?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68298In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68299In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6830nesquena hermes-webui contains an environment variable leaka…4.8
- CVE-2026-68300In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68301In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68302In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68306In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68309In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68303?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
