CVE-2026-23288

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*

History

29 May 2026, 15:29

Type Values Removed Values Added
First Time Linux
Linux linux Kernel
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-125
References () https://git.kernel.org/stable/c/1110a949675ebd56b3f0286e664ea543f745801c - () https://git.kernel.org/stable/c/1110a949675ebd56b3f0286e664ea543f745801c - Patch
References () https://git.kernel.org/stable/c/cca770d710d5e03bc814af585cd6975eb6d74074 - () https://git.kernel.org/stable/c/cca770d710d5e03bc814af585cd6975eb6d74074 - Patch

02 Apr 2026, 15:16

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: accel/amdxdna: Corrección de memset fuera de límites en el manejo de ranuras de comando El espacio restante en una ranura de comando puede ser menor que el tamaño del encabezado de comando. Borrar el encabezado de comando con memset() antes de verificar el espacio de ranura disponible puede resultar en una escritura fuera de límites y corrupción de memoria. Esto se corrige moviendo la llamada a memset() después de la validación del tamaño.
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

25 Mar 2026, 11:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-25 11:16

Updated : 2026-05-29 15:29


NVD link : CVE-2026-23288

Mitre link : CVE-2026-23288

CVE.ORG link : CVE-2026-23288


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-125

Out-of-bounds Read