摘要:
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.
安全等级: Low
公告ID: KylinSec-SA-2024-4637
发布日期: 2024年3月29日
关联CVE: CVE-2021-47049
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.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-47049 | KY3.5.1 | kernel | Unaffected |