CVE-2023-52663

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52663
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-52663.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-52663
Downstream
Related
Published
2024-05-17T14:15:08Z
Modified
2025-01-07T16:58:24Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

ASoC: SOF: amd: Fix memory leak in amdsofacp_probe()

Driver uses kasprintf() to initialize fw{code,data}bin members of struct acpdevdata, but kfree() is never called to deallocate the memory, which results in a memory leak.

Fix the issue by switching to devm_kasprintf(). Additionally, ensure the allocation was successful by checking the pointer validity.

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.7.12-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}