CVE-2026-46143
Analyzed
Analyzed - Analysis Complete
Memory Leak in Linux Kernel ASoC q6apm-lpass-dai
Vulnerability report for CVE-2026-46143, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-05-28
Last updated on: 2026-06-24
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
As prepare can be called mulitple times, this can result in multiple
graph opens for playback path.
This will result in a memory leaks, fix this by adding a check before
opening.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.10 |
| linux | linux_kernel | 6.10 |
| linux | linux_kernel | 6.10 |
| linux | linux_kernel | From 6.9.8 (inc) to 6.10 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.30 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.7 (exc) |
| linux | linux_kernel | From 6.1.154 (inc) to 6.1.175 (exc) |
| linux | linux_kernel | From 6.10.1 (inc) to 6.12.88 (exc) |
| linux | linux_kernel | From 6.6.37 (inc) to 6.6.140 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |