Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A refcount leak vulnerability has been identified in the Linux kernel's USB/IP subsystem. The issue arises in the stub_probe() function, where usb_get_dev() is called during the allocation of a stub device. If the stub_probe() function fails, usb_put_dev() must be invoked to release the reference. The vulnerability has been addressed by relocating usb_put_dev() to the error handling path of sdev_free.
Exploitation of this vulnerability could lead to a refcount leak, potentially causing memory management issues such as use-after-free vulnerabilities.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.