#VU124579 Out-of-bounds write in Linux kernel - CVE-2026-23288
Published: March 25, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause memory corruption and potentially execute arbitrary code.
The vulnerability exists due to an out-of-bounds write in the accel/amdxdna component when handling command slots. A local user can trigger a specially crafted sequence of operations to cause an out-of-bounds memset operation prior to size validation, resulting in memory corruption.
The issue arises because the command header is cleared using memset() before validating that sufficient space is available in the command slot, which may lead to writing beyond the allocated bounds.