CVE-2026-80826 PUBLISHED

USB: c67x00: fix use-after-free in c67x00_add_iso_urb()

Assigner: Linux
Reserved: 26.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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

USB: c67x00: fix use-after-free in c67x00_add_iso_urb()

When TD creation fails for the last packet of an isochronous URB, c67x00_add_iso_urb() gives the URB back before updating the endpoint scheduling state.

c67x00_giveback_urb() frees the URB private data, and the completion callback may release the final URB reference. The following accesses to urbp->ep_data, urb->interval, and urbp->cnt can therefore use freed memory.

Update next_frame and cnt before giving back the failed final packet, making the giveback the last operation that uses the URB and its private data.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to e4039e9bebb528dd9cd7ac72aeaec529c26c355a (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to ade18b4ce78a16558f4f435aece80082f6f7b64c (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to bb572801290e25ec1c4753d14af35777303f5d6b (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to 62cd519ab74cac499036cd88c11692f8f0d53e14 (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to ff172092cba7ec990ecc7b610ce703e19570b8f0 (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to b4cb8081cf80f82e48fbe9c021a8f6d0fa2ed421 (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to 7983daa159981fac125db2457437723f38ea1472 (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to f24dcc61bd0ecf7639fac5bf700450b398d793a7 (excl.)
  • affected from e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d to b1e24de475bf2d66fffc9103f3444b783527d55a (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.26 is affected
  • unaffected from 0 to 2.6.26 (excl.)
  • unaffected from 5.10.269 to 5.10.* (incl.)
  • unaffected from 5.15.220 to 5.15.* (incl.)
  • unaffected from 6.1.187 to 6.1.* (incl.)
  • unaffected from 6.6.156 to 6.6.* (incl.)
  • unaffected from 6.12.108 to 6.12.* (incl.)
  • unaffected from 6.18.49 to 6.18.* (incl.)
  • unaffected from 7.1.13 to 7.1.* (incl.)
  • unaffected from 7.2.3 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References