漏洞标题
输入:synaptics-rmi4 - 在rmi_unregister_function()中修复使用后的免费使用问题
漏洞描述信息
在Linux内核中,已解决以下漏洞:
输入:synaptics-rmi4 - 修复rmi_unregister_function()中的使用后释放问题
在put_device()调用rmi_release_function()后,该函数释放了"fn",因此下一行中的对"fn->num_of_irqs"的解引用是一个使用后释放。通过将put_device()移动到最后,可以修复此问题。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
释放后使用
漏洞标题
Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于Input模块存在释放后重用漏洞。
CVSS信息
N/A
漏洞类别
其他