Security Advisory

CVE-2021-47074

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-01 21:15:12
Last updated 2026-05-11 13:47:34
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvme_loop_create_ctrl() When creating loop ctrl in nvme_loop_create_ctrl(), if nvme_init_ctrl() fails, the loop ctrl should be freed before jumping to the "out" label.