CVE-2022-50565
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

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

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx() urbs does not be freed in exception paths in __lf_x_usb_enable_rx(). That will trigger memory leak. To fix it, add kfree() for urbs within "error" label. Compile tested only.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-07-07
AI Q&A
2025-10-22
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

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 wifi driver plfxlc, specifically in the function __lf_x_usb_enable_rx(). The issue occurs because USB Request Blocks (urbs) are not freed properly in certain exception paths, which can cause memory to be leaked. The fix involves adding a kfree() call to free the urbs in the error handling code.

Impact Analysis

The impact of this vulnerability is a potential memory leak in the affected Linux kernel wifi driver. Over time, this could lead to increased memory usage and possibly degrade system performance or stability if the leaked memory accumulates.

Chat Assistant

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

EPSS Chart