Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module This commit addresses an omission in the previous patch related to the cleaner shader support for GFX9 hardware. Specifically, it adds the necessary deinitialization code for the cleaner shader in the gfx_v9_0_sw_fini function. The added line amdgpu_gfx_cleaner_shader_sw_fini(adev); ensures that any allocated resources for the cleaner shader are freed correctly, avoiding potential memory leaks and ensuring that the GPU state is clean for the next initialization sequence.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/720c0376b3d29cbab921a60062fda5980742ed9dPatch
- https://git.kernel.org/stable/c/e47cb9d2533200d49dd5364d4a148119492f8a3dPatch
FAQ
What is CVE-2024-56753?
CVE-2024-56753 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module This commit addresses an omission in the previous patch re...
How severe is CVE-2024-56753?
CVE-2024-56753 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-2024-56753?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.