Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2021-47049
HistoryFeb 28, 2024 - 9:15 a.m.

CVE-2021-47049

2024-02-2809:15:40
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux kernel
vulnerability
use after free
vmbus driver

0.0004 Low

EPSS

Percentile

15.6%

In the Linux kernel, the following vulnerability has been resolved:

Drivers: hv: vmbus: Use after free in __vmbus_open()

The “open_info” variable is added to the &vmbus_connection.chn_msg_list,
but the error handling frees “open_info” without removing it from the
list. This will result in a use after free. First remove it from the
list, and then free it.

0.0004 Low

EPSS

Percentile

15.6%