LiveActive security incident?Get immediate response
CVE Record

CVE-2022-49389: usb: usbip: fix a refcount leak in stub_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stub_probe() usb_get_dev() is called in stub_device_alloc(). When stub_probe() fails after that, usb_put_dev() needs to be called to release the reference. Fix this by moving usb_put_dev() to sdev_free error path handling. Find this by code review.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-49389 is a Linux kernel USB/IP bug that can leak a device reference when stub_probe() fails. The practical concern is local availability impact, not data theft. Sources rate it medium severity with high availability impact, low attack complexity, and required local low privileges.

Executive priority

Handle through normal kernel patch management unless USB/IP is important in the environment. There is no cited active exploitation, but the availability impact justifies tracking to closure on affected Linux assets.

Technical view

The flaw is a reference-count leak in Linux usbip stub_probe(). usb_get_dev() is called during stub_device_alloc(), but an error path failed to call usb_put_dev(). Stable commits move usb_put_dev() into sdev_free error handling. The issue was found by code review.

Likely exposure

Exposure is limited to Linux systems running affected kernel versions with reachable USB/IP stub code paths. The CVE record names Linux kernel version ranges but does not identify affected distributions, appliances, or cloud images. Validate against vendor kernel packages and the listed upstream stable fixes.

Exploitation context

The source bundle reports local attack vector, low complexity, low privileges, no user interaction, and no confidentiality or integrity impact. It is not in KEV, and no cited source reports active exploitation or public exploit activity.

Researcher notes

Evidence supports a narrow kernel error-path refcount leak with availability impact. The bundle does not provide exploit mechanics, affected distribution mapping, or workaround details. Research should focus on kernel version mapping, USB/IP configuration exposure, and whether vendor backports include the stable commits.

Mitigation direction

  • Update affected Linux kernels to vendor releases containing the listed upstream stable fixes.
  • Check Linux distribution advisories for package-specific fixed versions.
  • Prioritize systems using USB/IP or exposing USB device virtualization workflows.
  • If patch timing is unclear, follow vendor guidance for temporary risk reduction.

Validation and detection

  • Inventory Linux kernel versions across servers, workstations, and embedded systems.
  • Compare running kernels with vendor advisories and the upstream stable commit list.
  • Identify hosts where USB/IP functionality is enabled or operationally required.
  • Confirm updated hosts boot into the fixed kernel, not only install it.
Prepared
Confidence
high
Sources
11

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-49389 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
10Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-49389Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 3ff67445750a84de67faaf52c6e1895cb09f2c56, 77e7f91231bf63e3c64eb59a2aaf5754eaea2e69, d0f35e23dafa0185f979d0c70463caa658062264unaffected
LinuxLinux3.19, 0, 4.9.318, 4.14.283, 4.19.247, 5.4.198, 5.10.122, 5.15.47, 5.17.15, 5.18.4, 5.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.