3 matches found
CVE-2026-64331
The CVE-2026-64331 vulnerability in the Linux kernel affects usbip vudc: vep_dequeue() could dereference a NULL UDC reference due to vep_alloc_request() not initializing vrequest->udc. The fix removes vrequest->udc and uses ep_to_vudc() to obtain the UDC reference consistently across vep op...