
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68757 is a potential deadlock vulnerability in the Linux kernel's DRM (Direct Rendering Manager) vgem fence subsystem. The flaw arises because the vgem fence timer — which automatically expires fences after 10 seconds — is released using timer_delete_sync() from fence->ops.release() (called on the last dma_fence_put()), but this release path can execute in IRQ (interrupt request) context, which is unsafe without the TIMER_IRQSAFE flag. The vulnerability affects the Linux kernel and was publicly disclosed on January 5, 2026. It carries a CVSS v3.1 base score of 5.5 (Medium), with local attack vector and high availability impact (Red Hat CVE, Feedly).
The root cause is an inconsistent locking state in the vgem_fence_release() function: when dma_fence_chain_irq_work triggers fence release from IRQ context, timer_delete_sync() attempts to acquire the timer lock that is already held by the running timer callback, creating a classic deadlock scenario (HARDIRQ-ON-W → IN-HARDIRQ-W). The kernel's lockdep subsystem flags this as an unsafe locking scenario with the warning inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage. The fix involves configuring the fence timer with the TIMER_IRQSAFE flag so that timer_delete_sync() can safely be called from IRQ context. This issue was first observed during Intel DRM CI testing with IGT subtests syncobj_timeline@stress-* on kernel version 6.17.0-rc7 (Red Hat CVE, kernel.org patches).
Successful triggering of this vulnerability causes the affected Linux system to deadlock, resulting in a system hang or complete unresponsiveness — a full denial of service. There is no confidentiality or integrity impact; the vulnerability is limited to availability (CVSS availability impact: High). Systems using DRM graphics subsystems with vgem fence operations are at risk, particularly those running workloads that stress DRM synchronization primitives such as timeline sync objects (Red Hat CVE, Feedly).
Apply the upstream Linux kernel patches that resolve the deadlock by adding the TIMER_IRQSAFE flag to the vgem fence timer. Patches have been committed to multiple stable kernel branches, with references available at kernel.org (commits 1f0ca9d, 338e388, 4f335cb, 78b4d64, 1026d1b, 9dc3c78, 37289a1, 489b215). Downstream distributions including Red Hat, Debian (linux 6.1.162-1, linux 5.10.249-1), Ubuntu (USN-8179-x, USN-8184-1, USN-8185-x, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), and Oracle Linux have released updated kernel packages. Users should update to a patched kernel version provided by their distribution as soon as possible (Red Hat CVE, Debian Tracker, Ubuntu USN-8179-1).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."