Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: amdkfd: properly free gang_ctx_bo when failed to init user queue The destructor of a gtt bo is declared as void amdgpu_amdkfd_free_gtt_mem(struct amdgpu_device *adev, void **mem_obj); Which takes void** as the second parameter. GCC allows passing void* to the function because void* can be implicitly casted to any other types, so it can pass compiling. However, passing this void* parameter into the function's execution process(which expects void** and dereferencing void**) will result in errors.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.16 |
References
- https://git.kernel.org/stable/c/091a68c58c1bbd2ab7d05d1b32c1306394ec691dPatch
- https://git.kernel.org/stable/c/a33f7f9660705fb2ecf3467b2c48965564f392cePatch
- https://git.kernel.org/stable/c/ae5ab1c1ae504f622cc1ff48830a9ed48428146dPatch
FAQ
What is CVE-2025-21842?
CVE-2025-21842 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: amdkfd: properly free gang_ctx_bo when failed to init user queue The destructor of a gtt bo is declared as void amdgpu_amdkfd_free...
How severe is CVE-2025-21842?
CVE-2025-21842 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-21842?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.