Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2021-47075
HistoryMar 01, 2024 - 10:15 p.m.

CVE-2021-47075

2024-03-0122:15:47
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
5
linux kernel
memory leak
nvmet_alloc_ctrl

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%

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.

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%