CVE-2026-64337 PUBLISHED

usb: mtu3: unmap request DMA on queue failure

Assigner: Linux
Reserved: 19.07.2026 Published: 25.07.2026 Updated: 25.07.2026

In the Linux kernel, the following vulnerability has been resolved:

usb: mtu3: unmap request DMA on queue failure

mtu3_gadget_queue() maps the request before checking whether the QMU GPD ring can accept another transfer. the request is returned with -EAGAIN before it is linked on the endpoint request list if mtu3_prepare_transfer() fails.

Normal completion and dequeue paths unmap requests from mtu3_req_complete(), but this error path never reaches that helper, so the DMA mapping is left active. Unmap the request before returning from the failed queue path.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 3cee30f1138281a1d247bb053a1ad4f7c5b04e98 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to f3c4026524d3660c73ef2838b99776d37631e039 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to e8f739a3860d043dcc135371637e82f53132efe5 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 4183874b7925f4a98b400cf857bea26ee87da236 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 00c3fef4c2dc2c7cbd8281f8fda09d1913420f09 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 8c29d9cfab1c3cf0d0b7fcdf9255597be30aa3e1 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 835b0596d4c9bdef93f842d8f826978fb4956b74 (excl.)
  • affected from df2069acb00569a6299d6e11aa1865eeba463848 to 0bddda5a11665c210339de76d27ebbd1a2e0b43c (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 4.10 is affected
  • unaffected from 0 to 4.10 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.96 to 6.12.* (incl.)
  • unaffected from 6.18.39 to 6.18.* (incl.)
  • unaffected from 7.1.4 to 7.1.* (incl.)
  • unaffected from 7.2-rc3 to * (incl.)

References