In the Linux kernel, the following vulnerability has been resolved:
wifi: plfxlc: fix potential memory leak in __lfxusbenablerx()
urbs does not be freed in exception paths in __lfxusbenablerx(). That will trigger memory leak. To fix it, add kfree() for urbs within "error" label. Compile tested only.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50565.json"
}