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: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability is a NULL pointer dereference in the AMD XDNA accelerator mailbox cleanup functions of the Linux kernel. When the cleanup path is invoked after a mailbox channel has already been freed, the kernel attempts to dereference the null pointer, which triggers a kernel panic and effectively brings the system down. No code‑execution path is provided by the flaw; it only allows a service interruption.

Affected Systems

All Linux kernel releases that contain the unpatched AMD XDNA driver. Any kernel version prior to the commit that adds NULL checks to xdna_mailbox_free_channel() and xdna_mailbox_stop_channel() is vulnerable. This includes all distributions and custom builds that ship the default Linux kernel with the amdxdna driver enabled.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity. The EPSS score of less than 1% shows that exploitation is unlikely at this time, and the vulnerability is not listed in the CISA KEV catalog. The flaw would most likely be triggered by a local or privileged user who can interact with the AMD XDNA driver and force the problematic error‑handling path, leading to a system crash.

Generated by OpenCVE AI on September 1, 2026 at 17:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit adding NULL checks in the xdna_mailbox_free_channel() and xdna_mailbox_stop_channel() functions.
  • If a kernel upgrade cannot be performed immediately, disable or unload the AMD XDNA driver to prevent execution of the vulnerable code.
  • Configure monitoring for kernel panic or crash events and enable kernel crash dumping to facilitate investigation if a crash occurs.

Generated by OpenCVE AI on September 1, 2026 at 17:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


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

Severity : Low

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80657 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T18:00:18Z

Weaknesses