CVE-2026-68445: drm/vc4: Prevent shader BO mappings from becoming writable

Published Aug 12, 2026
·
Updated

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

drm/vc4: Prevent shader BO mappings from becoming writable

vc4gemobjectmmap() rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotect().

Validated shader BOs must stay read-only: the validator checks the instructions once and the GPU trusts them afterwards. A writable mapping lets userspace rewrite the code after validation, bypassing the validator.

Clear VMMAYWRITE on the read-only path so the mapping cannot be upgraded, as i915 already does for its read-only objects.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Ensure the read-only mapping path clears VM_MAYWRITE so the mapping cannot be turned writable (e.g., prevent userspace from making the mapping writable after it is mapped read-only).

    Linux kernel (drm/vc4) VM_MAYWRITE on read-only BO mappings = clear (unset) VM_MAYWRITE on the read-only path

Event History

Aug 12, 2026
CVE Published
via MITRE·12:07 AM
Data Sourced
via MITRE·12:07 AM
Description
Data Sourced
via NVD·12:17 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68445?

CVE-2026-68445 has a risk rating of 55, indicating a moderate severity level.

2

What does CVE-2026-68445 affect?

CVE-2026-68445 affects the Linux kernel's graphic rendering component, specifically the vc4 driver.

3

How do I fix CVE-2026-68445?

To fix CVE-2026-68445, update your Linux kernel to a version where this vulnerability has been patched.

4

What are the main issues caused by CVE-2026-68445?

CVE-2026-68445 can allow unauthorized writing to shader buffer objects, leading to potential memory corruption.

5

Is CVE-2026-68445 exploited in the wild?

As of now, there have been no confirmed reports of CVE-2026-68445 being actively exploited in the wild.

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