Bug 2405726 (CVE-2022-50565) - CVE-2022-50565 kernel: wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()
Summary: CVE-2022-50565 kernel: wifi: plfxlc: fix potential memory leak in __lf_x_usb_...
Keywords:
Status: NEW
Alias: CVE-2022-50565
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-22 14:02 UTC by OSIDB Bzimport
Modified: 2025-11-26 12:51 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-22 14:02:28 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.