CVE-2026-68233
Last modified
CVE-2026-68233 is a vulnerability of currently unknown severity. 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()..
Description
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().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c826a6e1064419f78855463cf29ce9e8b9d25bf4, < a38f2724eb93a78ba250b01e0caf3468df4d3956; >= c826a6e1064419f78855463cf29ce9e8b9d25bf4, < bac4c1a9af690b8635c6924872075c41d8763ed9; >= c826a6e1064419f78855463cf29ce9e8b9d25bf4, < 6273dd3ffb54ec581855b82ae77331b66028249c |
| Linux | Linux | 4.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68233?
How severe is CVE-2026-68233?
How do I fix CVE-2026-68233?
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-68228In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68229In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6823HKUDS OpenHarness prior to PR #147 remediation contains an i…8.3
- CVE-2026-68230In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68231In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68232In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68234In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68235In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68236In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68238In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68239In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68233?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
