AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74393

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 in the `drm_syncobj_find_fence()` function, which improperly manages memory references, resulting in memory leaks. This issue could lead to increased memory consumption over time, potentially degrading system performance or causing crashes. Linux kernel maintainers and developers working with graphics drivers should prioritize addressing this vulnerability to ensure system stability and resource efficiency.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/syncobj: Fix memory leak in drm_syncobj_find_fence() Commit 18226ba52159 ("drm/syncobj: reject invalid flags in drm_syncobj_find_fence") forgot to take into account the fact that drm_syncobj_find() takes a reference to syncobj and returns early without dropping the reference, leading to memory leaks. Reported by: Sam Spencer <sam.spencer@arm.com>