← Back to CVE List

CVE-2021-47075

Published: 2024-03-01T22:15Z
Last Modified: 2025-03-19T16:09Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmet_alloc_ctrl() When creating ctrl in nvmet_alloc_ctrl(), if the cntlid_min is larger than cntlid_max of the subsystem, and jumps to the "out_free_changed_ns_list" label, but the ctrl->sqs lack of be freed. Fix this by jumping to the "out_free_sqs" label. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt