CVE-2026-46064
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
27/05/2026
Última modificación:
24/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ibmasm: fix heap over-read in ibmasm_send_i2o_message()<br />
<br />
The ibmasm_send_i2o_message() function uses get_dot_command_size() to<br />
compute the byte count for memcpy_toio(), but this value is derived from<br />
user-controlled fields in the dot_command_header (command_size: u8,<br />
data_size: u16) and is never validated against the actual allocation size.<br />
A root user can write a small buffer with inflated header fields, causing<br />
memcpy_toio() to read up to ~65 KB past the end of the allocation into<br />
adjacent kernel heap, which is then forwarded to the service processor<br />
over MMIO.<br />
<br />
Silently clamping the copy size is not sufficient: if the header fields<br />
claim a larger size than the buffer, the SP receives a dot command whose<br />
own header is inconsistent with the I2O message length, which can cause<br />
the SP to desynchronize. Reject such commands outright by returning<br />
failure.<br />
<br />
Validate command_size before calling get_mfa_inbound() to avoid leaking<br />
an I2O message frame: reading INBOUND_QUEUE_PORT dequeues a hardware<br />
frame from the controller&#39;s free pool, and returning without a<br />
corresponding set_mfa_inbound() call would permanently exhaust it.<br />
<br />
Additionally, clamp command_size to I2O_COMMAND_SIZE before the<br />
memcpy_toio() so the MMIO write stays within the I2O message frame,<br />
consistent with the clamping already performed by outgoing_message_size()<br />
for the header field.
Impacto
Puntuación base 3.x
7.10
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.12.1 (incluyendo) | 5.10.258 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.209 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.175 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.140 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.86 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.27 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.4 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.12:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc5:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/9aad71144fa3682cca3837a06c8623016790e7ec
- https://git.kernel.org/stable/c/9e8f6c9d4ecddda2f28baa1678340286cff3969c
- https://git.kernel.org/stable/c/b870f652877bfbe321bd0f4096fc37a93296f7b6
- https://git.kernel.org/stable/c/c1c2417c60dbdca5ebb00462f21ee71c2d7f7083
- https://git.kernel.org/stable/c/ca1c857e2bb74a9fc0606128334f85316d57067b
- https://git.kernel.org/stable/c/ce57fa439bd1b5d664f334a0c3e3f0e42abb0153
- https://git.kernel.org/stable/c/fd19eb1c75047a4ed4e855f56cafd704dc3914e0
- https://git.kernel.org/stable/c/fe31722b0194ff76bf8b461e8bf97a2081147787



