摘要:
In the Linux kernel, the following vulnerability has been resolved:
Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
The put_device() calls rmi_release_function() which frees "fn" so the
dereference on the next line "fn->num_of_irqs" is a use after free.
Move the put_device() to the end to fix this.
安全等级: Low
公告ID: KylinSec-SA-2024-4680
发布日期: 2024年5月31日
关联CVE: CVE-2023-52840
In the Linux kernel, the following vulnerability has been resolved:
Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
The put_device() calls rmi_release_function() which frees "fn" so the
dereference on the next line "fn->num_of_irqs" is a use after free.
Move the put_device() to the end to fix this.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-52840 | V6 | kernel | Unaffected |