In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.