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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-07 10:15
Updated : 2024-11-19 02:16
NVD link : CVE-2024-50159
Mitre link : CVE-2024-50159
CVE.ORG link : CVE-2024-50159
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free