First published: Wed Feb 26 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.16.58<3.17 | |
Linux Kernel | >=3.18.110<4.9.318 | |
Linux Kernel | >=4.10<4.14.283 | |
Linux Kernel | >=4.15<4.19.247 | |
Linux Kernel | >=4.20<5.4.198 | |
Linux Kernel | >=5.5<5.10.122 | |
Linux Kernel | >=5.11<5.15.47 | |
Linux Kernel | >=5.16<5.17.15 | |
Linux Kernel | >=5.18<5.18.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49389 is classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2022-49389, update the Linux kernel to a version that includes the patches addressing this vulnerability.
CVE-2022-49389 affects multiple versions of the Linux kernel between 3.16 and 5.18.
CVE-2022-49389 is a refcount leak vulnerability related to USB device handling in the Linux kernel.
Exploitation of CVE-2022-49389 could lead to resource leaks and denial of service in systems using vulnerable Linux kernel versions.