THREATOPS
THREAT OPSThreat News › [NVD] CVE-2025-21842 (HIGH 7.8) — 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

[NVD] CVE-2025-21842 (HIGH 7.8) — 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

lownvdPublished 2025-03-07

CVE-2025-21842 CVSS: 7.8 HIGH Published: 2025-03-07T09:15:17.237

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 fun

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2025-21842