Bug 2451274 (CVE-2026-23288) - CVE-2026-23288 kernel: accel/amdxdna: Fix out-of-bounds memset in command slot handling
Summary: CVE-2026-23288 kernel: accel/amdxdna: Fix out-of-bounds memset in command slo...
Keywords:
Status: NEW
Alias: CVE-2026-23288
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-25 11:08 UTC by OSIDB Bzimport
Modified: 2026-03-25 11:42 UTC (History)
0 users

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


Attachments (Terms of Use)

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

accel/amdxdna: Fix out-of-bounds memset in command slot handling

The remaining space in a command slot may be smaller than the size of
the command header. Clearing the command header with memset() before
verifying the available slot space can result in an out-of-bounds write
and memory corruption.

Fix this by moving the memset() call after the size validation.


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