CVE-2022-50246
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's USB Type-C TCPM driver, specifically in the tcpci_register_port() function. The issue arises because the reference count for a device node (fwnode) is incremented but not properly decremented in error paths, leading to an unbalanced reference count and a memory leak. The fix involves calling fwnode_handle_put() to correctly release the reference and avoid the leak.
How can this vulnerability impact me? :
This vulnerability can cause a memory leak in the Linux kernel when registering USB Type-C ports, potentially leading to increased memory usage and reduced system stability or performance over time if the leak accumulates.