CVE-2022-50514
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.20 (inc) to 5.4.229 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
The impact of this vulnerability is that the options structure can become permanently locked due to the reference count leak, which may lead to resource leaks or instability in the USB gadget HID functionality within the Linux kernel.
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's USB gadget HID function (f_hid). Specifically, when the system fails to allocate the report descriptor, the reference count (refcnt) for the options structure has already been incremented but not decremented, causing the options structure to remain permanently locked.