Descripción
In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg ibuf_len is the bulk IN (receive) buffer size, but the EMSGSIZE check in usbio_bulk_msg() compares it against txbuf_len — the bulk OUT endpoint size. Both are taken independently from different endpoints in usbio_probe(), so the check is wrong when they differ. Use rxbuf_len for the IN direction. This matches the buffer that actually holds the response data.
EPSS 0.166%Riesgo 0
Ver fuente- Publicación
- 2026-08-22 16:16:42
- Versiones afectadas
- unknown
- Tipo
- Kernel
- Última modificación
- 2026-08-22 16:16:42
- Vector
- Pending