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
2024-11-19T02:16:18Z
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

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.11.6-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}