CVE-2022-50544
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
| linux | linux_kernel | From 6.0 (inc) to 6.0.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential memory leak in the Linux kernel's USB host controller driver (xhci). Specifically, the function xhci_alloc_stream_info() allocates memory for a stream context array but does not release this memory if an error occurs, leading to a memory leak. The fix involves releasing the allocated memory on the error path to prevent the leak.
How can this vulnerability impact me? :
The vulnerability can cause a memory leak in the Linux kernel, which may lead to increased memory usage and potentially degrade system performance or stability over time if the leak occurs repeatedly.