CVE-2025-68757
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management