Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drm_sched_entity_push_job(), so msm_job_free() will never get called. Since drm_sched_job_cleanup() will NULL out the s_fence, we can use that to detect this case. Patchwork: https://patchwork.freedesktop.org/patch/653584/
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.12, < 5.15.187 |
| Debian | Debian Linux | 11.0 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0dc817f852e5f8ec8501d19ef7dcc01affa181d0Patch
- https://git.kernel.org/stable/c/0eaa495b3d5710e5ba72051d2e01bb28292c625cPatch
- https://git.kernel.org/stable/c/201eba5c9652a900c0b248070263f9acd3735689Patch
- https://git.kernel.org/stable/c/5d319f75ccf7f0927425a7545aa1a22b3eedc189Patch
- https://git.kernel.org/stable/c/5deab0fa6cfd0cd7def17598db15ceb84f950584Patch
- https://git.kernel.org/stable/c/fe2695b2f63bd77e0e03bc0fc779164115bb4699Patch
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlThird Party Advisory
FAQ
What is CVE-2025-38410?
CVE-2025-38410 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drm_sched_entity_push_job...
How severe is CVE-2025-38410?
CVE-2025-38410 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-38410?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel, Debian Debian Linux.