Linux · Linux Kernel · CVE-2024-41069
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the Linux kernel, where references to freed memory in the ASoC topology module are incorrect. Most users release memory used by a topology file after parsing it, making direct pointer references to the file's contents wrong. The fix involves using devm kmemdup() to allocate memory as needed.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.