CVE-2022-50565
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 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.
How can this vulnerability impact me? :
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.