VYPR
Unrated severityNVD Advisory· Published Dec 9, 2025· Updated Apr 15, 2026

CVE-2022-50660

CVE-2022-50660

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().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Memory leak in Linux kernel's ipw2200 Wi-Fi driver due to unreleased memory in error path of ipw_wdev_init().

Vulnerability

A memory leak vulnerability exists in the Linux kernel's Intel PRO/Wireless 2200 (ipw2200) Wi-Fi driver. In the function ipw_wdev_init(), when an error occurs, the allocated memory is not freed before returning an exception value. Furthermore, the calling function ipw_pci_probe() also does not release this memory, leading to a cumulative memory leak over time [1][2][3].

Exploitation

The vulnerability is triggered during device initialization when an error path is taken in ipw_wdev_init(). No special privileges or user interaction are required; an attacker would need to be able to trigger the error condition, which could occur naturally during normal operation or potentially via crafted inputs that cause initialization failures.

Impact

A local attacker could exploit this memory leak to exhaust system memory resources, leading to a denial-of-service (DoS) condition. Over repeated reloads of the driver or on systems with limited memory, this could cause instability or crash the system.

Mitigation

The issue is fixed by adding proper memory cleanup in the error paths of ipw_wdev_init(). Patches have been committed to the Linux kernel stable tree [1][2][3]. Users should update to a kernel version containing these fixes or apply the relevant backport.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

8

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

8

News mentions

0

No linked articles in our index yet.