2 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986633)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986633 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2hcdinit usbcreatehcd will alloc memory for hcd, and we should...
CVE-2022-49713
In CVE-2022-49713, the Linux kernel vulnerability affects the USB-DWC2 HCD initialization path. The issue is a memory leak in dwc2_hcd_init where usb_create_hcd allocates memory for hcd but may fail to free it if platform_get_resource() fails; the fix moves the error path from error1 to error2 an...