CyberRota Analysis
AI-GeneratedThe 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.
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>