cve/2025/CVE-2025-38410.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2025-38410

Description

In the Linux kernel, the following vulnerability has been resolved:drm/msm: Fix a fence leak in submit error pathIn error paths, we could unref the submit without callingdrm_sched_entity_push_job(), so msm_job_free() will never getcalled. Since drm_sched_job_cleanup() will NULL out thes_fence, we can use that to detect this case.Patchwork: https://patchwork.freedesktop.org/patch/653584/

POC

Reference

No PoCs from references.

Github