CVE-2026-64348 PUBLISHED

usb: free iso schedules on failed submit

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: free iso schedules on failed submit

EHCI and FOTG210 isochronous submits build an ehci_iso_sched before linking the URB to the endpoint queue, and keep the staged schedule in urb->hcpriv until iso_stream_schedule() and the link helpers consume it. If the controller is no longer accessible, or usb_hcd_link_urb_to_ep() fails, submit jumps to done_not_linked before that handoff happens and leaks the staged schedule still attached to urb->hcpriv.

Free the staged schedule from done_not_linked when submit fails before the URB is linked and clear urb->hcpriv after the free.

The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. The tool is still under development and is not yet publicly available. Manual inspection confirms that the bug is still present in v7.1.1.

An x86_64 allyesconfig build showed no new warnings. As we do not have an EHCI host controller with a USB isochronous device to test with, no runtime testing was able to be performed.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to b0d00d077f9738d215af9b50c74dffab7a1de19f (excl.)
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to be5004395dfd0b6ec310db359f887fa396fd0dd2 (excl.)
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to 8890699eea19027ef6e4f9cbcf27cba5e789793f (excl.)
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to 6bc17a78a05671d303820224fb37ca339c1dc2cb (excl.)
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to 4bb88aee6b868cbf73bf453f62497802f5fe4769 (excl.)
  • affected from 8de98402652c01839ae321be6cb3054cf5735d83 to b9399d25fbb34a05bbe76eeedd730f62ff2670e9 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.15 is affected
  • unaffected from 0 to 2.6.15 (excl.)
  • unaffected from 5.10.261 to 5.10.* (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