Bug 2420354 (CVE-2022-50660) - CVE-2022-50660 kernel: wifi: ipw2200: fix memory leak in ipw_wdev_init()
Summary: CVE-2022-50660 kernel: wifi: ipw2200: fix memory leak in ipw_wdev_init()
Keywords:
Status: NEW
Alias: CVE-2022-50660
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 02:05 UTC by OSIDB Bzimport
Modified: 2025-12-12 09:44 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 02:05:07 UTC
In the Linux kernel, the following vulnerability has been resolved:

wifi: ipw2200: fix memory leak in ipw_wdev_init()

In the error path of ipw_wdev_init(), exception value is returned, and
the memory applied for in the function is not released. Also the memory
is not released in ipw_pci_probe(). As a result, memory leakage occurs.
So memory release needs to be added to the error path of ipw_wdev_init().


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