CVE-2022-50825: usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()
In the Linux kernel, the following vulnerability has been resolved:
usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()
I got the following report while doing fault injection test:
OF: ERROR: memory leak, expected refcount 1 instead of 4,
of_node_get()/of_node_put() unbalanced - destroy cset entry:
attach overlay node /i2c/tcpc@60/connector
If wusb3801_hw_init() fails, fwnode_handle_put() needs be called to
avoid refcount leak.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a reference-count leak in a USB Type-C WUSB3801 driver error path. It is hardware- and driver-specific, and the source bundle does not show active exploitation, CVSS, or broad impact details.
Executive priority
Treat as a targeted kernel maintenance item, not an emergency, unless your fleet includes affected USB Type-C hardware and vulnerable kernels.
Technical view
In wusb3801_probe(), if wusb3801_hw_init() fails, the driver failed to release a firmware node handle with fwnode_handle_put(), causing an unbalanced refcount leak. The fix is present in referenced Linux stable commits.
Likely exposure
Likely limited to Linux systems using the WUSB3801 USB Type-C controller driver on affected kernel versions or vendor kernels carrying the vulnerable code.
Exploitation context
No KEV listing and no cited source reports active exploitation. The described trigger is a probe failure path found during fault injection testing, not a documented remote attack path.
Researcher notes
Evidence supports a resource leak in a specific Linux driver error path. Public sources do not provide CVSS, CWE mapping, exploitability assessment, or operational impact beyond the refcount leak report.
Mitigation direction
Check vendor kernel advisories and apply kernels containing the referenced stable fixes.
Prioritize systems with WUSB3801 USB Type-C controller hardware or enabled driver support.
If no vendor patch is available, request backport guidance from the kernel or device vendor.
Track this as lower urgency unless exposed production devices match the affected driver path.
Validation and detection
Inventory Linux kernel versions and vendor kernel patch levels.
Confirm whether the WUSB3801 Type-C driver is built, loaded, or used by target hardware.
Compare vendor kernel source against the referenced stable commits.
Review kernel logs for firmware node refcount leak warnings during device probe failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50825 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 30, 2025, 12:08 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.