漏洞标题
Firmware:arm_scmi中存在双重释放漏洞
漏洞描述信息
在Linux内核中,已修复以下漏洞:
firmware: arm_scmi: 修复scmi_debugfs_common_setup()中的双重释放问题
Clang静态检查器(scan-build)抛出以下警告:
| drivers/firmware/arm_scmi/driver.c:第2915行,第2列
| 尝试释放已释放的内存。
当devm_add_action_or_reset()失败时,scmi_debugfs_common_cleanup()将运行两次,导致'dbg->name'的双重释放。
移除多余的scmi_debugfs_common_cleanup()以修复此问题。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
双重释放
漏洞标题
firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()
Clang static checker(scan-build) throws below warning:
| drivers/firmware/arm_scmi/driver.c:line 2915, column 2
| Attempt to free released memory.
When devm_add_action_or_reset() fails, scmi_debugfs_common_cleanup()
will run twice which causes double free of 'dbg->name'.
Remove the redundant scmi_debugfs_common_cleanup() to fix this problem.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于在scmi_debugfs_common_setup函数中存在双重释放问题。
CVSS信息
N/A
漏洞类别
其他