CVE-2026-64351
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/07/2026
Última modificación:
25/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()<br />
<br />
kalmia_rx_fixup() computes usb_packet_length = skb->len - (2 *<br />
KALMIA_HEADER_LENGTH) as a u16, guarded only by a pre-loop check that<br />
skb->len is at least KALMIA_HEADER_LENGTH, which is 6. A device can<br />
deliver a short bulk-IN frame with skb->len in the 6 to 11 range, or<br />
leave a short trailing remainder on a later loop iteration. Either case<br />
underflows usb_packet_length to about 65530.<br />
<br />
That bypasses the usb_packet_length
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2d04c37ed4e1d0f733ad39ec35b5a5d8818b4f4a
- https://git.kernel.org/stable/c/391706889a5112feafdc0c68db3ecc7ed325d09c
- https://git.kernel.org/stable/c/46ab32870d010e9a057bc5659cea22b7e728ca88
- https://git.kernel.org/stable/c/47b6bcef6e679593d2e86e04ee72c46a4e2f7139
- https://git.kernel.org/stable/c/51e65f1d78457ea4f9513d90ab22c9dccbb35110
- https://git.kernel.org/stable/c/aa4eef2cbb66ea3dfcfc24bdce798dd78a81b54b
- https://git.kernel.org/stable/c/c466097d85d52f3aa200736cb4759e66d4bbf6e3
- https://git.kernel.org/stable/c/e24eb271061db384a3c3ef6f107fe515e68ef222



