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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-01 22:15
Updated : 2024-12-12 14:43
NVD link : CVE-2021-47074
Mitre link : CVE-2021-47074
CVE.ORG link : CVE-2021-47074
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
