Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48863
HistoryJul 16, 2024 - 12:25 p.m.

CVE-2022-48863 mISDN: Fix memory leak in dsp_pipeline_build()

2024-07-1612:25:26
Linux
github.com
1
linux kernel
misdn
memory leak

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

mISDN: Fix memory leak in dsp_pipeline_build()

dsp_pipeline_build() allocates dup pointer by kstrdup(cfg),
but then it updates dup variable by strsep(&dup, “|”).
As a result when it calls kfree(dup), the dup variable contains NULL.

Found by Linux Driver Verification project (linuxtesting.org) with SVACE.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial