In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 16, 2024
to the GitHub Advisory Database
•
Updated Jul 23, 2024
Description
Published by the National Vulnerability Database
Jul 16, 2024
Published to the GitHub Advisory Database
Jul 16, 2024
Last updated
Jul 23, 2024
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.
References