AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72388

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's DRM subsystem, specifically related to the handling of dma_fence objects, which can be accessed in hardirq contexts. This oversight may lead to potential race conditions or deadlocks when acquiring the fence lock, impacting system stability and security. Linux kernel maintainers and developers working on graphics drivers should prioritize addressing this issue to ensure robust and secure operation of affected systems.

CVE
CVE-2026-72388
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Always use the IRQ-safe variant when acquiring the fence lock Since dma_fence objects can be shared with other subsystems, they may be accessed from hardirq context in those drivers, and we have to take that into account by also using the IRQ-safe variant when acquiring the lock. While at it, switch to the guard model.