In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 2, 2024
to the GitHub Advisory Database
•
Updated Dec 12, 2024
Description
Published by the National Vulnerability Database
Mar 1, 2024
Published to the GitHub Advisory Database
Mar 2, 2024
Last updated
Dec 12, 2024
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.
References