CVE-2024-50159

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-50159
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-50159.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-50159
Downstream
Related
Published
2024-11-07T10:15:07Z
Modified
2025-08-09T19:01:27Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

firmware: armscmi: Fix the double free in scmidebugfscommonsetup()

Clang static checker(scan-build) throws below warning: | drivers/firmware/arm_scmi/driver.c:line 2915, column 2 | Attempt to free released memory.

When devmaddactionorreset() fails, scmidebugfscommon_cleanup() will run twice which causes double free of 'dbg->name'.

Remove the redundant scmidebugfscommon_cleanup() to fix this problem.

References

Affected packages