CVE-2026-23341: accel/amdxdna: Fix crash when destroying a suspended hardware context
In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix crash when destroying a suspended hardware context
If userspace issues an ioctl to destroy a hardware context that has already been automatically suspended, the driver may crash because the mailbox channel pointer is NULL for the suspended context.
Fix this by checking the mailbox channel pointer in aie2destroycontext() before accessing it.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-23341?
CVE-2026-23341 has a medium severity rating of 5.5.
What type of vulnerability is CVE-2026-23341?
CVE-2026-23341 is classified as a Null Pointer Dereference vulnerability.
How do I fix CVE-2026-23341?
To fix CVE-2026-23341, apply the patch that has been made available in the Linux kernel.
What happens if CVE-2026-23341 is exploited?
Exploitation of CVE-2026-23341 could result in a crash when attempting to destroy a suspended hardware context.
In which software is CVE-2026-23341 found?
CVE-2026-23341 is found in the Linux kernel within the accel/amdxdna component.