CVE-2026-74457
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/08/2026
Última modificación:
19/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
can: peak_usb: add bounds check for USB channel index<br />
<br />
The channel control index ctrl_idx is derived from rx->len which comes<br />
directly from a device USB payload. The mask 0x0f allows values 0-15, but<br />
the array size of usb_if->dev[] is only 2. Values 2-15 cause heap<br />
out-of-bounds read, eventually causing kernel panic in the IRQ context.<br />
<br />
Add bounds checking for ctrl_idx before the array access in both<br />
pcan_usb_pro_handle_canmsg() and pcan_usb_pro_handle_error().
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0149fdb50a30944827acf9600a2cc44de0325a7f
- https://git.kernel.org/stable/c/0c9268457bd6e4058fe55b4db01b16661c2eacf5
- https://git.kernel.org/stable/c/18b1a868a2cda66fb438007ba47ce5f2484db381
- https://git.kernel.org/stable/c/1acab790b7cecd4e144d1d18bdfe549e282f6b0b
- https://git.kernel.org/stable/c/39132f166ca8ce00ae60d8a9068e06a60943cc4b
- https://git.kernel.org/stable/c/825c903ca3c98cd0cf0e3de8ab8f2604a5339b3f
- https://git.kernel.org/stable/c/94fb6fe83ce152532b11b36730b30f3dc0c94217
- https://git.kernel.org/stable/c/f97b7e5e1cdaae15cd95b3a360028c7929664969


