Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-41069
HistoryJul 29, 2024 - 2:57 p.m.

CVE-2024-41069 ASoC: topology: Fix references to freed memory

2024-07-2914:57:30
Linux
github.com
1
linux kernel
asoc
topology
memory vulnerability

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial