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.
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47075.json"
[
{
"events": [
{
"introduced": "5.7"
},
{
"fixed": "5.10.40"
}
]
},
{
"events": [
{
"introduced": "5.11"
},
{
"fixed": "5.12.7"
}
]
},
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "5.13-rc1"
}
]
},
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "5.13-rc2"
}
]
}
]