CVE-2026-74459
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: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure<br />
<br />
es58x_read_bulk_callback() resubmits the RX URB after processing a received<br />
packet. If the resubmit succeeds, the URB remains anchored and will be<br />
handled by the normal RX path or by teardown.<br />
<br />
However, if usb_submit_urb() fails, the callback unanchors the URB and then<br />
returns directly. This skips the existing free_urb path, so the coherent<br />
transfer buffer allocated with usb_alloc_coherent() is not released.<br />
<br />
Reuse the existing free_urb path after a resubmit failure so that the RX<br />
coherent buffer is freed before leaving the callback.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0ef136ba052101243ba117a1aca6f4a4c3a81142
- https://git.kernel.org/stable/c/19c6c8c6cd5dd14fab5fcd744584812a57cbb78d
- https://git.kernel.org/stable/c/21da1a374769751546cc131e58a4d8bd968f57b2
- https://git.kernel.org/stable/c/7a0cf2b2497c757c3cb1286eddf2986abb0d387b
- https://git.kernel.org/stable/c/b85e5c310382803d27adf6fe6554d4208bc8951c
- https://git.kernel.org/stable/c/c311f17c261fd375ddf5755f2ebe1f022c19c5b0
- https://git.kernel.org/stable/c/c7ddf119544eea2d8409e12471c3f9f36ca02e3f


