Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hw_init [Why] On resume we perform DMUB hw_init which allocates memory: dm_resume->dm_dmub_hw_init->dc_dmub_srv_create->kzalloc That results in memory leak in suspend/resume scenarios. [How] Allocate memory for the DC wrapper to DMUB only if it was not allocated before. No need to reallocate it on suspend/resume.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.10.45 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/9e8c2af010463197315fa54a6c17e74988b5259cPatch
- https://git.kernel.org/stable/c/aa000f828e60ac15d6340f606ec4a673966f5b0bPatch
- https://git.kernel.org/stable/c/c5699e2d863f58221044efdc3fa712dd32d55cdePatch
- https://git.kernel.org/stable/c/9e8c2af010463197315fa54a6c17e74988b5259cPatch
- https://git.kernel.org/stable/c/aa000f828e60ac15d6340f606ec4a673966f5b0bPatch
- https://git.kernel.org/stable/c/c5699e2d863f58221044efdc3fa712dd32d55cdePatch
FAQ
What is CVE-2021-47253?
CVE-2021-47253 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hw_init [Why] On resume we perform DMUB hw_init which allocates memory: dm_resu...
How severe is CVE-2021-47253?
CVE-2021-47253 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-2021-47253?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.