CVE-2022-50162: wifi: libertas: Fix possible refcount leak in if_usb_probe()
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.
Security readout for executives and security teams
Plain-English summary
CVE-2022-50162 is a Linux kernel driver bug in the Libertas USB Wi-Fi path. If firmware loading fails during device setup, the kernel may keep an extra USB device reference. The public record describes a resource leak, not a confirmed data breach, remote takeover, or active campaign.
Executive priority
Handle through normal kernel patch management unless asset inventory shows active use of Libertas USB Wi-Fi. There is no cited active exploitation, no CVSS score, and no source evidence of remote compromise, so emergency response is not supported by the bundle.
Technical view
In if_usb_probe(), usb_get_dev is called before lbs_get_firmware_async. If lbs_get_firmware_async fails, usb_put_dev was missing, creating a possible USB device reference-count leak. The Linux stable references are fixes across supported kernel branches; CVSS and CWE details are not provided in the bundle.
Likely exposure
Exposure is most likely on Linux systems running affected kernel builds with the Libertas USB Wi-Fi driver path present, especially where compatible USB Wi-Fi hardware is used. Systems without that driver or hardware are less likely to encounter the vulnerable path.
Exploitation context
The source bundle states KEV is false and provides no evidence of active exploitation. The described condition depends on a driver probe failure path, not a documented remote attack path. Practical impact is unclear from the available sources.
Researcher notes
Evidence is limited to the CVE record and Linux stable commit references. The bug is a missing usb_put_dev on the firmware-load failure path after usb_get_dev. Impact assessment should remain conservative because severity, CWE, and exploitability details are not supplied.
Mitigation direction
Check Linux distribution vendor guidance for CVE-2022-50162.
Update kernels to builds containing the referenced stable fixes.
Prioritize systems using Libertas USB Wi-Fi hardware or drivers.
Track kernel package changelogs for the matching stable commits.
Validation and detection
Inventory Linux kernel versions across relevant assets.
Confirm whether Libertas USB Wi-Fi support is installed or enabled.
Verify vendor kernel updates include the referenced fix commits.
Review asset exposure for USB Wi-Fi use on managed systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50162 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jun 18, 2025, 11:03 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.