Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-41069
HistoryJul 29, 2024 - 3:15 p.m.

CVE-2024-41069

2024-07-2915:15:14
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
6
linux
kernel
vulnerability
resolved
asoc
topology
memory
devm_kmemdup
cve

EPSS

0

Percentile

16.2%

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.