Lucene search

K
osvGoogleOSV:CVE-2024-41069
HistoryJul 29, 2024 - 3:15 p.m.

CVE-2024-41069

2024-07-2915:15:14
Google
osv.dev
4
linux kernel
asoc
topology
memory allocation
vulnerability fix

AI Score

8.1

Confidence

High

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.