0.0
NA
CVE-2026-80826
USB: c67x00: fix use-after-free in c67x00_add_iso_urb()
Description

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.

INFO

Published Date :

Sept. 4, 2026, 4:18 p.m.

Last Modified :

Sept. 4, 2026, 4:18 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-80826 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Fix use-after-free by updating endpoint state before URB giveback.
  • Update next_frame and cnt before giving back the URB.
  • Ensure giveback is the last operation using URB data.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-80826 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-80826 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-80826 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-80826 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Sep. 04, 2026

    Action Type Old Value New Value
    Added Description 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.
    Added Affected New affected value received. <a href="https://github.com/CVEProject/cvelistV5/blob/main/cves/2026/80xxx/CVE-2026-80826.json">CVE-2026-80826</a>
    Added Reference https://git.kernel.org/stable/c/62cd519ab74cac499036cd88c11692f8f0d53e14
    Added Reference https://git.kernel.org/stable/c/7983daa159981fac125db2457437723f38ea1472
    Added Reference https://git.kernel.org/stable/c/ade18b4ce78a16558f4f435aece80082f6f7b64c
    Added Reference https://git.kernel.org/stable/c/b1e24de475bf2d66fffc9103f3444b783527d55a
    Added Reference https://git.kernel.org/stable/c/b4cb8081cf80f82e48fbe9c021a8f6d0fa2ed421
    Added Reference https://git.kernel.org/stable/c/bb572801290e25ec1c4753d14af35777303f5d6b
    Added Reference https://git.kernel.org/stable/c/e4039e9bebb528dd9cd7ac72aeaec529c26c355a
    Added Reference https://git.kernel.org/stable/c/f24dcc61bd0ecf7639fac5bf700450b398d793a7
    Added Reference https://git.kernel.org/stable/c/ff172092cba7ec990ecc7b610ce703e19570b8f0
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.