Security Advisory

CVE-2022-50162

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-06-18 11:03:17
Last updated 2026-05-11 19:14:00
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in if_usb_probe() usb_get_dev will be called before lbs_get_firmware_async which means that usb_put_dev need to be called when lbs_get_firmware_async fails.