In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: Fix URB memory leak on submit failure When usb_submit_urb() fails in usbio_probe(), the previously allocated URB is never freed, causing a memory leak. Fix this by jumping to err_free_urb label to properly release the URB on the error path.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | V500R002C00 |
| Linux | Linux | V600R006C00 |
| Linux | Linux | All versions < V4.7 SP10 HF5 |
| Linux | Linux | All versions < 4.8 |