Description
In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer

The management mailbox channel cleanup helpers can be called from
error handling paths when mgmt_chann has already been destroyed.

Add NULL checks to xdna_mailbox_free_channel() and
xdna_mailbox_stop_channel() so the cleanup path safely returns instead
of dereferencing a NULL mailbox channel pointer.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a NULL pointer dereference that occurs in the AMD XDNA accelerator mailbox cleanup functions when a channel has already been destroyed. If the cleanup path is invoked after a channel has been freed, the kernel dereferences a null mailbox channel pointer, which can bring the entire system down via a kernel panic. This gives an attacker the ability to disrupt service but does not provide a direct code‑execution path.

Affected Systems

All Linux kernel releases that include the amdxdna driver before the commit adding NULL checks (referenced in the advisory links). Any configuration that loads the amdxdna driver and performs mailbox channel cleanup operations is susceptible while the kernel has not been patched to include the fix. No specific version range is disclosed.

Risk and Exploitability

The CVSS score is not provided in the data, and the EPSS score is unavailable, so the precise probability of exploitation is unknown. The issue is not listed in CISA KEV, indicating no known publicly available exploits. It is inferred that the flaw could be triggered by an attacker who can control or influence the error‑handling paths of the amdxdna mailbox interface, such as via malformed commands sent to the hardware device. The likely attack vector is therefore a specialized hardware or local attacker scenario rather than a generic remote exploit.

Generated by OpenCVE AI on August 28, 2026 at 11:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that incorporates the commit adding NULL checks in xdna_mailbox_free_channel() and xdna_mailbox_stop_channel() (the fixes referenced in the advisory links).
  • If an immediate kernel upgrade is not possible, unload or disable the AMD XDNA driver until the patched kernel is installed, preventing the vulnerable code from executing.
  • Audit any custom kernel modules or user‑space utilities that invoke xdna_mailbox_free_channel() or xdna_mailbox_stop_channel() and add explicit NULL checks before calling these functions.

Generated by OpenCVE AI on August 28, 2026 at 11:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer The management mailbox channel cleanup helpers can be called from error handling paths when mgmt_chann has already been destroyed. Add NULL checks to xdna_mailbox_free_channel() and xdna_mailbox_stop_channel() so the cleanup path safely returns instead of dereferencing a NULL mailbox channel pointer.
Title accel/amdxdna: Guard management mailbox channel cleanup against NULL pointer
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:49:03.200Z

Reserved: 2026-08-26T14:34:25.780Z

Link: CVE-2026-80657

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:50.817

Modified: 2026-08-28T08:16:50.817

Link: CVE-2026-80657

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T12:00:10Z

Weaknesses