Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — usb: cdns3 fix use-after-free at workaround 2
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H H H 7.8 .0017 6.7 —
AFFECTED
Product Versions Fixed
Linux 6bbf87a131edd39040974f3843ff97e89310ebde – —
Linux 5.4 – 5.4.211
TIMELINE
Jun 18 Reserved by Linux
Jun 18 Published (CNA: Linux)
Aug 15 ENRICHED — CVE-2022-50034 (Linux). Received CVSS 7.8 and CPE data from NVD.
Description
In the Linux kernel, the following vulnerability has been resolved:
usb: cdns3 fix use-after-free at workaround 2
BUG: KFENCE: use-after-free read in __list_del_entry_valid+0x10/0xac
cdns3_wa2_remove_old_request()
{
...
kfree(priv_req->request.buf);
cdns3_gadget_ep_free_request(&priv_ep->endpoint, &priv_req->request);
list_del_init(&priv_req->list);
^^^ use after free
...
}
cdns3_gadget_ep_free_request() free the space pointed by priv_req,
but priv_req is used in the following list_del_init().
This patch move list_del_init() before cdns3_gadget_ep_free_request().
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| June 18, 2025 | Reserved | Reserved by Linux |
| June 18, 2025 | Published | Published (CNA: Linux) |
| August 15, 2026 | ENRICHED | ENRICHED — CVE-2022-50034 (Linux). Received CVSS 7.8 and CPE data from NVD. |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 6bbf87a131edd39040974f3843ff97e89310ebde | — |
| Linux | Linux | — | 5.4 | 5.4.211 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2022-50034 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.