Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aie_destroy_context() is invoked during error handling in aie2_create_context(). However, aie_destroy_context() assumes that the context's mailbox channel pointer is non-NULL. If mailbox channel creation fails, the pointer remains NULL and calling aie_destroy_context() can lead to a NULL pointer dereference. In aie2_create_context(), replace aie_destroy_context() with a function which request firmware to remove the context created previously.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.14, < 6.19.4 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/2611c9616cb52d3ed54a6095d72d18e645a6955aPatch
- https://git.kernel.org/stable/c/97f27573837ef96b4ba42af463cc800cab615c0ePatch
FAQ
What is CVE-2025-71308?
CVE-2025-71308 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aie_destroy_context() is invoked during error handling in...
How severe is CVE-2025-71308?
CVE-2025-71308 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-71308?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.