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.
Metrics
Affected Vendors & Products
References
History
Thu, 12 Sep 2024 20:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-16T12:25:26.482Z
Updated: 2024-12-19T08:09:25.217Z
Reserved: 2024-07-16T11:38:08.920Z
Link: CVE-2022-48863
Vulnrichment
Updated: 2024-08-03T15:25:01.685Z
NVD
Status : Modified
Published: 2024-07-16T13:15:13.163
Modified: 2024-11-21T07:34:14.247
Link: CVE-2022-48863
Redhat