Bug 2516919 (CVE-2026-74393) - CVE-2026-74393 kernel: drm/syncobj: Fix memory leak in drm_syncobj_find_fence()
Summary: CVE-2026-74393 kernel: drm/syncobj: Fix memory leak in drm_syncobj_find_fence()
Keywords:
Status: NEW
Alias: CVE-2026-74393
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:40 UTC by OSIDB Bzimport
Modified: 2026-08-20 20:36 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:40:23 UTC
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>


Note You need to log in before you can comment on or make changes to this bug.