CVE-2026-23288

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/03/2026
Last modified:
02/04/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> accel/amdxdna: Fix out-of-bounds memset in command slot handling<br /> <br /> The remaining space in a command slot may be smaller than the size of<br /> the command header. Clearing the command header with memset() before<br /> verifying the available slot space can result in an out-of-bounds write<br /> and memory corruption.<br /> <br /> Fix this by moving the memset() call after the size validation.