Security Advisory

CVE-2024-41069

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-07-29 14:57:30
Last updated 2026-05-11 20:25:36
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devm_kmemdup(), to allocate memory as needed.