← Back to CVE List

CVE-2021-47049

Published: 2024-02-28T09:15Z
Last Modified: 2024-12-09T19:06Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt