CVE-2026-46332
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-120
Copia de búfer sin comprobación del tamaño de entrada (Desbordamiento de búfer clásico)
Fecha de publicación:
09/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
greybus: gb-beagleplay: bound bootloader receive buffering<br />
<br />
cc1352_bootloader_rx() appends each serdev chunk into the fixed<br />
rx_buffer before parsing bootloader packets. The helper can keep<br />
leftover bytes between callbacks and may receive multiple packets in one<br />
callback, so a single count value is not constrained by one packet<br />
length.<br />
<br />
Check that the incoming chunk fits in the remaining receive buffer space<br />
before memcpy(). If it does not, drop the staged data and consume the<br />
bytes instead of overflowing rx_buffer.
Impacto
Puntuación base 3.x
8.00
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (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) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



