CVE-2022-50660
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description
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().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-05-07
AI Q&A
2025-12-09
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
intel ipw2200 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's ipw2200 wireless driver. Specifically, when an error occurs during the initialization function ipw_wdev_init(), the allocated memory is not properly released, leading to memory leakage. The same issue occurs in the ipw_pci_probe() function. This means that memory that should be freed remains allocated, potentially causing resource exhaustion over time.


How can this vulnerability impact me? :

The memory leak can cause the system to consume more memory than necessary, which may lead to degraded performance or system instability if the leak is significant or occurs repeatedly. Over time, this could result in resource exhaustion, potentially causing crashes or denial of service conditions on affected systems using the ipw2200 wireless driver.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version where the ipw2200 driver has the memory leak fixed in ipw_wdev_init() and ipw_pci_probe(). This will ensure that memory is properly released in error paths, preventing memory leakage.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart