CVE-2026-64240
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/07/2026
Última modificación:
24/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: rc: igorplugusb: fix control request setup packet<br />
<br />
Commit eac69475b01f ("media: rc: igorplugusb: heed coherency<br />
rules") changed the control request storage from an embedded struct to<br />
an allocated pointer so it can obey DMA coherency rules.<br />
<br />
However, the driver still passes &ir->request to usb_fill_control_urb().<br />
That points the URB setup packet at the pointer field itself rather than<br />
at the allocated struct usb_ctrlrequest.<br />
<br />
USB core then interprets pointer bytes as the setup packet. This can<br />
produce an invalid bRequestType and trigger the control direction warning<br />
reported by syzbot:<br />
<br />
usb 2-1: BOGUS control dir, pipe 80003580 doesn&#39;t match bRequestType 0<br />
<br />
Pass ir->request itself as the setup packet.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/060fca8e098387f949e4eedaf215d952e477ac12
- https://git.kernel.org/stable/c/0d880d2db9856e94127ab09331363bef59f98005
- https://git.kernel.org/stable/c/171022c7d594c133a45f92357a2a91475edabe20
- https://git.kernel.org/stable/c/2243ad78ce64d344754260533ae7730c2174a34a
- https://git.kernel.org/stable/c/5cc3f6db72f77d1a8f7f1cf4ac01803927ffdf15
- https://git.kernel.org/stable/c/aa22590a16e51455c6db802c774b31aadc604a9a
- https://git.kernel.org/stable/c/e823e4294511989f5962e7ad85bf4d179ba74f52
- https://git.kernel.org/stable/c/f33b5a61673bd220fdaaf4202cf1013d6d66c943



