AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72386

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the DRM subsystem, specifically related to the Panthor graphics driver, where a reference leak can occur if a group is evicted before handling an out-of-memory (OOM) condition. This could lead to resource exhaustion or potential denial of service, impacting systems relying on the affected graphics functionalities. Linux administrators and developers working with graphics drivers should prioritize addressing this issue to maintain system stability and performance.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tiler_oom_work, so we need to release it if the cancel was effective.