Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups v3d_rewrite_csd_job_wg_counts_from_indirect() maps both the indirect buffer and the workgroup buffer and is expected to release them before returning. When any of the workgroup counts read from the buffer is zero, the function bailed out early and skipped the cleanup, leaking the vaddr mappings of both BOs. Jump to the cleanup path instead of returning directly, so the mappings are always dropped.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.12.94 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0b59d0946913a0df7d1a033013e259e9b6a76546Patch
- https://git.kernel.org/stable/c/60ebeb23eaf3d7fd2e0551fe304309305e31d424Patch
- https://git.kernel.org/stable/c/90b629269088a9fe24a02c032be9f08357f47873Patch
- https://git.kernel.org/stable/c/ae7676952790f421c40918e2586a2c9f12a682b6Patch
FAQ
What is CVE-2026-53140?
CVE-2026-53140 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix vaddr leak when indirect CSD has zeroed workgroups v3d_rewrite_csd_job_wg_counts_from_indirect() maps both the indire...
How severe is CVE-2026-53140?
CVE-2026-53140 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-2026-53140?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.