CVE-2025-38410

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2025
Last modified:
25/07/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/msm: Fix a fence leak in submit error path<br /> <br /> In error paths, we could unref the submit without calling<br /> drm_sched_entity_push_job(), so msm_job_free() will never get<br /> called. Since drm_sched_job_cleanup() will NULL out the<br /> s_fence, we can use that to detect this case.<br /> <br /> Patchwork: https://patchwork.freedesktop.org/patch/653584/

Impact