Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-41025
HistoryJul 29, 2024 - 2:31 p.m.

CVE-2024-41025 misc: fastrpc: Fix memory leak in audio daemon attach operation

2024-07-2914:31:42
Linux
github.com
1
audio daemon
memory leak
fastrpc
linux kernel

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

misc: fastrpc: Fix memory leak in audio daemon attach operation

Audio PD daemon send the name as part of the init IOCTL call. This
name needs to be copied to kernel for which memory is allocated.
This memory is never freed which might result in memory leak. Free
the memory when it is not needed.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial