3 matches found
Linux Distros Unpatched Vulnerability : CVE-2021-47075
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmetallocctrl When creating ctrl in nvmetallocctrl, if the...
CVE-2021-47075
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmetallocctrl When creating ctrl in nvmetallocctrl, if the cntlidmin is larger than cntlidmax of the subsystem, and jumps to the "outfreechangednslist" label, but the ctrl-sqs lack of be freed. Fix this...
CVE-2021-47075
The CVE-2021-47075 entry concerns the Linux kernel nvmet subsystem. A memory leak in nvmet_alloc_ctrl() could occur when cntlid_min is larger than the subsystem’s cntlid_max, because the code may jump to out_free_changed_ns_list without freeing ctrl->sqs. The patch fixes this by jumping to the...