CVE-2025-71308
NONE EPSS 3.5%
Published May 27, 20261mo ago · Modified Jun 17, 20262w ago
Published May 27, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
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.
Threat Intelligence
EPSS Exploit Probability
3.5% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
References 2
- git.kernel.org https://git.kernel.org/stable/c/2611c9616cb52d3ed54a6095d72d18e645a6955a
- git.kernel.org https://git.kernel.org/stable/c/97f27573837ef96b4ba42af463cc800cab615c0e
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.