CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-68233

mediumCVSS 4.7covered by 2 sourcesfirst seen 2026-08-10
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Shut down BO cache timer before teardown The BO cache timer callback schedules time_work, and time_work can rearm the timer through vc4_bo_cache_free_old(). vc4_bo_cache_destroy() deletes the timer and then cancels the work, which does not break that cycle: the work being cancelled can rearm the timer, and the timer then queues work again after teardown. Use timer_shutdown_sync() instead, so the timer cannot be rearmed and the cycle ends with cancel_work_sync().

CSIRTS triage

What
VC4 GPU BO cache timer not properly shut down before device teardown causes use-after-free or crash.
Who is affected
Systems running affected Linux kernel versions on Broadcom VC4 GPU hardware.
Urgency
Medium severity with CVSS 4.7; timer reference during teardown can cause system instability.
Action
Apply Linux kernel patch ensuring BO cache timer is shut down before VC4 device teardown.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-68233

Get an email if CVE-2026-68233 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-68233

CVE.org record

Embed the live status

CVE-2026-68233 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-68233 status](https://www.csirts.com/badge/CVE-2026-68233)](https://www.csirts.com/cve/CVE-2026-68233)