Bug 2451251 (CVE-2026-23328) - CVE-2026-23328 kernel: accel/amdxdna: Fix NULL pointer dereference of mgmt_chann
Summary: CVE-2026-23328 kernel: accel/amdxdna: Fix NULL pointer dereference of mgmt_chann
Keywords:
Status: NEW
Alias: CVE-2026-23328
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-25 11:07 UTC by OSIDB Bzimport
Modified: 2026-03-25 13:17 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-25 11:07:07 UTC
In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Fix NULL pointer dereference of mgmt_chann

mgmt_chann may be set to NULL if the firmware returns an unexpected
error in aie2_send_mgmt_msg_wait(). This can later lead to a NULL
pointer dereference in aie2_hw_stop().

Fix this by introducing a dedicated helper to destroy mgmt_chann
and by adding proper NULL checks before accessing it.


Note You need to log in before you can comment on or make changes to this bug.