SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80657

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the AMD XDNA accelerator, specifically in the management mailbox channel cleanup process, which may lead to dereferencing a NULL pointer if called after the channel has been destroyed. This could potentially result in system instability or crashes during error handling. Organizations utilizing Linux systems with AMD XDNA hardware should prioritize addressing this issue to ensure system reliability and prevent unexpected failures.

CVE
CVE-2026-80657
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD 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.