CVE-2022-48863: mISDN: Fix memory leak in dsp_pipeline_build()
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.
This CVE is a Linux kernel memory leak in the mISDN subsystem. A copied configuration string is not freed correctly after parsing, so memory can be lost. The public record does not provide CVSS, attack requirements, or confirmed exploitation, so urgency depends on whether affected kernels and mISDN are present.
Executive priority
Handle through normal kernel maintenance unless mISDN is used in business-critical or constrained systems. Escalate if affected kernels are present on devices where memory exhaustion could disrupt service.
Technical view
dsp_pipeline_build() allocates a duplicate of cfg with kstrdup(), then changes that pointer during strsep() parsing. By the time kfree() runs, the pointer is NULL, so the original allocation is leaked. The source bundle says Linux resolved this through stable kernel commits.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions where the mISDN subsystem is built, loaded, or reachable. The source bundle does not establish whether typical server, desktop, or embedded configurations expose the vulnerable path.
Exploitation context
No cited source reports active exploitation, and CISA KEV status is false. The provided record does not describe remote reachability, privileges required, triggers, or practical impact beyond memory leakage.
Researcher notes
Evidence is limited to the CVE record and upstream stable commit references. There is no CVSS, CWE, exploit narrative, or configuration matrix in the bundle. Treat exploitability and exposure as unproven without vendor-specific analysis.
Mitigation direction
Check vendor kernel advisories for fixed packages or backports.
Prioritize updates for systems using ISDN or mISDN functionality.
If mISDN is unnecessary, consider disabling or excluding it per vendor guidance.
Track affected kernel branches against the referenced stable commits.
Validation and detection
Inventory Linux kernel versions across managed assets.
Identify whether mISDN support is compiled, packaged, or loaded.
Confirm distribution patches include the referenced upstream fixes.
Review monitoring for unexplained kernel memory pressure on relevant systems.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48863 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.