CVE-2022-50544
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50544, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-07

Last updated on: 2026-02-26

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info() xhci_alloc_stream_info() allocates stream context array for stream_info ->stream_ctx_array with xhci_alloc_stream_ctx(). When some error occurs, stream_info->stream_ctx_array is not released, which will lead to a memory leak. We can fix it by releasing the stream_info->stream_ctx_array with xhci_free_stream_ctx() on the error path to avoid the potential memory leak.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-07
Last Modified
2026-02-26
Generated
2026-07-06
AI Q&A
2025-10-07
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel From 6.0 (inc) to 6.0.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50544. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart