CVE-2026-80826
Reported by Linux · Published September 4, 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.
EPSS 0.19% · 9.5th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d, e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d, e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d |
| Linux | Linux | 2.6.26, 0, 5.10.269 |
| linux | linux_kernel | 2.6.26, 2.6.26, 2.6.26 |
| Linux | Linux | e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d, e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d, e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 15, 2026 EPSS Score
- Sep 18, 2026 EPSS Score