NONE · 0

CVE-2022-50660

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 memor...

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

References

FAQ

What is CVE-2022-50660?

CVE-2022-50660 is a documented vulnerability. 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 memor...

How severe is CVE-2022-50660?

CVSS scoring is not yet available for CVE-2022-50660. Check NVD for updates.

Is there a patch for CVE-2022-50660?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.