In the Linux kernel, the following vulnerability has been resolved:
usb: misc: usbio: Fix URB memory leak on submit failure
When usbsubmiturb() fails in usbio_probe(), the previously allocated URB is never freed, causing a memory leak.
Fix this by jumping to errfreeurb label to properly release the URB on the error path.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31757.json",
"cna_assigner": "Linux"
}