CVE-2022-50810
Reference Count Leak in Linux rapidio mport_cdev_open Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's rapidio devices. Specifically, when the function kfifo_alloc fails, the reference count of chdev->dev is not properly decremented because put_device(&chdev->dev) is missing. This causes the reference count to remain incremented, leading to a resource leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a resource leak in the Linux kernel, which can lead to increased memory usage or resource exhaustion over time. This may degrade system performance or stability, especially on systems that frequently trigger this code path.